6. Handling Errors
Handling Errors
{
cause: string, // The cause of the error.
message: string, // The message of the error.
status: number // When the cause is HAT_API_EXCEPTION you can handle the HTTP response code.
}Last updated
Was this helpful?