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

    Interface ErrorResponse

    interface ErrorResponse {
        detail?: string;
        status?: number;
        title?: string;
        type?: string;
    }
    Index

    Properties

    detail?: string

    A human-readable explanation specific to this occurrence of the error.

    status?: number

    The error status code.

    title?: string

    A short, human-readable summary of the error type.

    type?: string

    A URI reference that identifies the error type.