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

    Interface ActionError

    Error is a generic error with a human readable id which should be easily referenced in support tickets.

    interface ActionError {
        id?: string;
        msg?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    id?: string
    msg?: string
    url?: string