PLUGIN_ERROR constant

RequestErrorCode const PLUGIN_ERROR

An internal error occurred in the plugin while attempting to respond to a request. Also see the plugin.error notification for errors that occur outside of handling a request.

Implementation

static const RequestErrorCode PLUGIN_ERROR =
    RequestErrorCode._('PLUGIN_ERROR');