Variable: PluginRuntimeProtocolErrorCode
constPluginRuntimeProtocolErrorCode:object
Defined in: packages/contracts/src/pluginRuntime.ts:272
Wire-error codes raised by the codec itself (§41, §15.11 bounds).
Type Declaration
BAD_HEADER
readonlyBAD_HEADER:"PLUGIN_RUNTIME_BAD_HEADER"='PLUGIN_RUNTIME_BAD_HEADER'
BAD_PAYLOAD
readonlyBAD_PAYLOAD:"PLUGIN_RUNTIME_BAD_PAYLOAD"='PLUGIN_RUNTIME_BAD_PAYLOAD'
DECODE_DEPTH
readonlyDECODE_DEPTH:"PLUGIN_RUNTIME_DECODE_DEPTH"='PLUGIN_RUNTIME_DECODE_DEPTH'
DECODE_STRING
readonlyDECODE_STRING:"PLUGIN_RUNTIME_DECODE_STRING"='PLUGIN_RUNTIME_DECODE_STRING'
FRAME_TOO_LARGE
readonlyFRAME_TOO_LARGE:"PLUGIN_RUNTIME_FRAME_TOO_LARGE"='PLUGIN_RUNTIME_FRAME_TOO_LARGE'
VERSION_MISMATCH
readonlyVERSION_MISMATCH:"PLUGIN_RUNTIME_VERSION_MISMATCH"='PLUGIN_RUNTIME_VERSION_MISMATCH'