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

    Interface ProblemDetails

    interface ProblemDetails {
        status?: number;
        title?: string;
        traceId?: string;
        type?: string;
    }
    Index

    Properties

    status?: number

    The HTTP status code.

    title?: string

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

    traceId?: string

    The identifier for a trace.

    type?: string

    A URI reference that identifies the problem type.