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

    Interface FailedResponse<T>

    interface FailedResponse<T> {
        ok: false;
        error: T;
        rawResponse: RawResponse;
    }

    Type Parameters

    • T
    Index
    ok: false
    error: T
    rawResponse: RawResponse