A generic Ably error object that contains an Ably-specific status code, and a generic status code. Errors returned from the Ably server are compatible with the ErrorInfo structure and should result in errors that inherit from ErrorInfo.
ErrorInfo
Optional
The underlying cause of the error, where applicable.
Ably error code.
Additional message information, where available.
HTTP Status Code corresponding to this error, where applicable.
A generic Ably error object that contains an Ably-specific status code, and a generic status code. Errors returned from the Ably server are compatible with the
ErrorInfo
structure and should result in errors that inherit fromErrorInfo
.