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

    Interface InternalErrorError

    interface InternalErrorError {
        code?: "500";
        details?: object[];
        message?: string;
        status?: InternalErrorErrorStatusEnum;
    }
    Index

    Properties

    code?: "500"

    CodeEnum

    details?: object[]

    List of objects

    message?: string

    StatusEnum