Amazon Vinyl
    Preparing search index...

    Interface RequestAttemptStartEvent

    interface RequestAttemptStartEvent {
        attemptInfo: RequestAttemptInfo;
        requestInfo: FetchRequestInfo;
    }
    Index
    attemptInfo: RequestAttemptInfo

    Information about the current attempt.

    requestInfo: FetchRequestInfo

    Information about the request.