Auth0 Node.js SDK - v6.0.0
    Preparing search index...

    Interface NotFoundErrorBody

    interface NotFoundErrorBody {
        message: string;
        statusCode: string;
        error: "Not Found";
    }
    Index

    Properties

    message: string
    statusCode: string
    error: "Not Found"