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

    Interface EventStreamDeliveryAttempt

    interface EventStreamDeliveryAttempt {
        status: "failed";
        timestamp: string;
        error_message?: string;
    }
    Index

    Properties

    status: "failed"
    timestamp: string

    Timestamp of delivery attempt

    error_message?: string

    Delivery error message, if applicable