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

    Interface VoiceError

    interface VoiceError {
        errorCode?: string;
        message?: string;
        reference?: string;
        status?: string;
    }
    Index

    Properties

    errorCode?: string

    The HTTP error code.

    message?: string

    A simple description of the cause of the error.

    reference?: string

    If applicable, a reference ID for support to use with diagnosing the error.

    status?: string

    A summary of the HTTP error code and error type.