Triggered when an asynchronous event fails to complete.
Error Recovery
Always listen for this event to implement retry logic or alert users of a failed task.
Best practices
Include the error code in your logs for technical troubleshooting.
Asynchronous Failure
Indicates that an async operation could not be completed.
Fields
requestId: The ID of the failed request.
error: Error details describing what went wrong.
Expected Responses
Explore all possible responses and outcomes from the server. We have documented each status code with data examples to make success and error handling easier.