Icon TEWBServerRequestErrorEvent

Unit: ewbsrvrequest

TEWBServerRequestErrorEvent = procedure (Request:
      TEWBServerRequest; const ErrorMsg: String) of object

The TEWBServerRequestErrorEvent event type is used by the TEWBServerRequest OnError event to indicate when a server request could not be completed due to a network error.

The Request parameter indicates the server request that triggered the event and the ErrorMsg indicates the specific network error message.
Image