Options
All
  • Public
  • Public/Protected
  • All
Menu

ZumoKitError extension to Error class with type, code and message properties. Refer to Handling Errors guide for details on handling errors.

Hierarchy

Index

Properties

code

code: string

In case an error could be handled programmatically in addition to error type error code is returned.

message

message: string

Error message.

name

name: string

Optional stack

stack: undefined | string

type

type: string

Error type, such as api_connection_error, api_error, wallet_error etc.

Static Error

Error: ErrorConstructor

Legend

  • Property
  • Method
  • Property
  • Inherited property
  • Static property

Generated using TypeDoc