Pular para o conteúdo principal

Variable: PluginRuntimeProtocolErrorCode

const PluginRuntimeProtocolErrorCode: 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

readonly BAD_HEADER: "PLUGIN_RUNTIME_BAD_HEADER" = 'PLUGIN_RUNTIME_BAD_HEADER'

BAD_PAYLOAD

readonly BAD_PAYLOAD: "PLUGIN_RUNTIME_BAD_PAYLOAD" = 'PLUGIN_RUNTIME_BAD_PAYLOAD'

DECODE_DEPTH

readonly DECODE_DEPTH: "PLUGIN_RUNTIME_DECODE_DEPTH" = 'PLUGIN_RUNTIME_DECODE_DEPTH'

DECODE_STRING

readonly DECODE_STRING: "PLUGIN_RUNTIME_DECODE_STRING" = 'PLUGIN_RUNTIME_DECODE_STRING'

FRAME_TOO_LARGE

readonly FRAME_TOO_LARGE: "PLUGIN_RUNTIME_FRAME_TOO_LARGE" = 'PLUGIN_RUNTIME_FRAME_TOO_LARGE'

VERSION_MISMATCH

readonly VERSION_MISMATCH: "PLUGIN_RUNTIME_VERSION_MISMATCH" = 'PLUGIN_RUNTIME_VERSION_MISMATCH'