Type alias ApiError

ApiError: {
    code?: number;
    detail?: string;
    error?: string;
}

Cashu api error

Type declaration

  • Optional code?: number

    HTTP error code

  • Optional detail?: string

    Detailed error message

  • Optional error?: string

    Error message

Generated using TypeDoc