Requests
Request
One API request your app sent to a provider. It has one or more attempts.Attempt
One try of a request: the Initial call, or the Autofix retry after a patch.Handling
Which attempt gave a request its final answer: the Initial call, or the Autofix retry.Call
What an attempt sends: a method and a URL. Each attempt makes one call.Failed request
A request whose final answer was an error, whether Manifest tried to patch it or not. Its outcome is Failed.Recoverable request
A request that came back with an error Manifest can try to heal: a4xx
other than 401, 402, 403 and 429. Its outcome is Success if a patch
works, Failed if not, and Unknown if the SDK never reported the retry.