Interface RequestAttemptInfo

Information about the current try.

interface RequestAttemptInfo {
    currentTry: number;
    timestamp: number;
}

Properties

currentTry: number

The current try (1 = first).

timestamp: number

The timestamp the actual request attempt began. This will be after awaiting network availability.