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

    Interface CallError

    There was a problem with the phone line. The call could not be placed. Many times you can just try again

    interface CallError {
        errorCode?: number;
        errorMessage?: string;
        errorType?: "CALL_ERROR";
    }
    Index

    Properties

    errorCode?: number

    The error code returned describing the error of the call

    errorMessage?: string

    A developer-facing error message

    errorType?: "CALL_ERROR"

    Type of error for the Call