Skip to main content

react-native-tracker.requestfailure

Home > @snowplow/react-native-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;
};