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.