Quickstart Node.js
    Preparing search index...

    Interface ErrorBADREQUEST

    The error information

    ErrorBADREQUEST

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

    Properties

    Properties

    message: string

    The error message

    ErrorBADREQUEST

    code: string

    The error code

    ErrorBADREQUEST

    An array of issues that were responsible for the error

    ErrorBADREQUEST