node-tracker.requestfailure
Home > @snowplow/node-tracker > RequestFailure
RequestFailure type
The data that will be available to the onRequestFailure
callback
type RequestFailure = {
events: EventBatch;
status?: number;
message?: string;
willRetry: boolean;
};