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

    Interface RuntimeErrorContent

    interface RuntimeErrorContent {
        code?: number;
        details?: ErrorDetail[];
        message?: string;
        status?: string;
    }
    Index

    Properties

    code?: number
    details?: ErrorDetail[]

    List of error details

    message?: string
    status?: string