Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 481 Bytes

File metadata and controls

18 lines (13 loc) · 481 Bytes

Home > @snowplow/browser-tracker > RequestFailure

RequestFailure type

The data that will be available to the onRequestFailure callback

Signature:

type RequestFailure = {
    events: EventBatch;
    status?: number;
    message?: string;
    willRetry: boolean;
};