Interface NotificationsSendMessageError

interface NotificationsSendMessageError {
    code: 2 | 1 | 3 | 4;
    description: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: 2 | 1 | 3 | 4

Error code

description: string

Error description

Generated using TypeDoc