Auth0 Node.js SDK - v5.1.0
    Preparing search index...

    Interface GetJobImportUserError

    interface GetJobImportUserError {
        code?: string;
        message?: string;
        path?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    code?: string

    Error code.

    message?: string

    Error message.

    path?: string

    Error field.