Quickstart Node.js
    Preparing search index...

    Interface ErrorINTERNALSERVERERROR

    The error information

    ErrorINTERNALSERVERERROR

    interface ErrorINTERNALSERVERERROR {
        message: string;
        code: string;
        issues?: ErrorBADREQUESTIssuesInner[];
    }
    Index

    Properties

    Properties

    message: string

    The error message

    ErrorINTERNALSERVERERROR

    code: string

    The error code

    ErrorINTERNALSERVERERROR

    An array of issues that were responsible for the error

    ErrorINTERNALSERVERERROR