The manager that holds options and emits informational events
The response received from makeNetworkRequest
The method used to make the request
The fully resolved url to make the request to
Extra data from the user's request needed for errors and additional processing
The number of retries this request has already attempted (recursion occurs on the handler)
The response if the status code is not handled or null to request a retry
Generated using TypeDoc
Handles 5xx and 4xx errors (not 429's) conventionally. 429's should be handled before calling this function