property OnRequestError: TScRestRequestEvent;
type
TScRestRequestEvent = procedure(const RestRequest: TScRestRequest) of object;
Description
Occurs after a request fails.
The OnRequestError event can be used to analyze the error, log the request, or perform other error-handling tasks.
RestRequest represents the request that failed to reach or receive a valid response from the endpoint.