Quickstart Node.js
    Preparing search index...

    Interface ErrorNOTFOUND

    The error information

    ErrorNOTFOUND

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

    Properties

    Properties

    message: string

    The error message

    ErrorNOTFOUND

    code: string

    The error code

    ErrorNOTFOUND

    An array of issues that were responsible for the error

    ErrorNOTFOUND