Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface NotifyErrorRequest

    The request body of Notify Event notifying of an error.

    interface NotifyErrorRequest {
        callid?: string;
        custom?: string;
        errorCode?: number;
        errorMsg?: string;
        event?: "notify";
        type?: string;
        user?: string;
        version?: number;
    }
    Index

    Properties

    callid?: string

    The unique ID assigned to this call.

    custom?: string

    An optional parameter containing notification-specific information.

    errorCode?: number

    The error code of the error.

    errorMsg?: string

    The error message of the error.

    event?: "notify"

    Must have the value notify.

    type?: string

    The type of information communicated in the notification. Must have the value callingerror.

    user?: string

    The user ID that initiated the call.

    version?: number

    The current API version.