Type alias CustomError

CustomError: {
    tag: number;
    type: Custom;
}

A rejection error outside of CIS-2.

Type declaration

  • tag: number

    A custom error tag

  • type: Custom

    The type of the error

Generated using TypeDoc