Error Codes
General error structure
TimeoutError
Timeout was reached.
{
success : false,
status : "error",
ts : 17729424159732,
error : "timeout",
message : "The operation timed out."
}
AbortError
Occures when an operation has been canceled, i.e. a user pressed the stop button, page reload, etc.
TypeError
Unknown function or method invoked.