GetLastError ?
Das ist natürlich nur für Fehler in Funktionen der
WinAPI.
Du hast halt nicht die große Wahl.
Zitat:
HandleEvent(DoHTTPProtocolError);
Also entweder OnHTTPProtocolError,
Zitat:
Delphi-Quellcode:
// we keep measuring only for protocal errors, i.e. where the server actually anwered, not for other exceptions.
LContent := E.ErrorMessage;
// Full error description
//Fill RESTResponse with actual response data - error handler might want to access it
ProcessResponse(LURL, LResponseStream, LContent);
oder Response-Content.
Und alles was keine EHTTPProtocolException ist, wird von diesem Code eh nicht behandelt.