APIkit for AsyncAPI Error Handling Reference
APIkit for AsyncAPI maps runtime failures to typed errors that cover validation, publishing, routing, and internal faults. Use the table to diagnose which phase failed and adjust your AsyncAPI implementation or flow configuration.
| Error Type | Description |
|---|---|
INTERNAL_SERVER_ERROR |
Internal error. |
VALIDATION_ERROR |
The payload doesn’t meet the schema of the API spec. |
PUBLISHING_ERROR |
APIkit fails to publish messages on the selected channel. |
ROUTING_ERROR |
APIkit fails to route messages to the flows. |



