Skip to main content

Module runtime_error_kind

Module runtime_error_kind 

Source
Expand description

Well-known runtime error kinds used by ABI helpers.

Constantsยง

ABI_CONTRACT_VIOLATION
ABI precondition violation.
CONFIG_ERROR
Plugin or host configuration was invalid.
HOST_INTERNAL_ERROR
Host encountered an internal error.
HOST_REJECTED
Host rejected the operation.
INVALID_COMMAND
Command envelope or payload was invalid.
PLUGIN_INTERNAL_ERROR
Plugin encountered an internal error.
PLUGIN_REJECTED
Plugin rejected the command.
SCHEMA_MISMATCH
Loaded plugin schema did not match host expectations.