Quickstart Node.js
    Preparing search index...

    Interface ErrorFORBIDDEN

    The error information

    ErrorFORBIDDEN

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

    Properties

    Properties

    message: string

    The error message

    ErrorFORBIDDEN

    code: string

    The error code

    ErrorFORBIDDEN

    An array of issues that were responsible for the error

    ErrorFORBIDDEN