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

    Interface FailedStatusCodeError

    interface FailedStatusCodeError {
        reason: "status-code";
        statusCode: number;
        body: unknown;
    }
    Index

    Properties

    reason: "status-code"
    statusCode: number
    body: unknown