Quickstart Node.js
    Preparing search index...

    Interface ErrorUNAUTHORIZED

    The error information

    ErrorUNAUTHORIZED

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

    Properties

    Properties

    message: string

    The error message

    ErrorUNAUTHORIZED

    code: string

    The error code

    ErrorUNAUTHORIZED

    An array of issues that were responsible for the error

    ErrorUNAUTHORIZED