Variable ErrorsConst

Errors: {
    GATEWAY: {
        INVALID_SESSION: string;
    };
} = ...

Type declaration

  • GATEWAY: {
        INVALID_SESSION: string;
    }
    • INVALID_SESSION: string

Generated using TypeDoc