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

    Interface ErrorResponseObj

    interface ErrorResponseObj {
        code?: string;
        text?: string;
    }
    Index

    Properties

    Properties

    code?: string

    The error code. See error codes.

    text?: string

    The human readable description of the error.