Description
Allow plugins to return a custom ErrorResponse when blocking queries. This allows plugin authors to better inform clients about what caused the plugin to block a query.
Example
A plugin that can rate limit queries can instruct the client how long they have to wait for before they can send the next query again.
Description
Allow plugins to return a custom
ErrorResponsewhen blocking queries. This allows plugin authors to better inform clients about what caused the plugin to block a query.Example
A plugin that can rate limit queries can instruct the client how long they have to wait for before they can send the next query again.