[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception class for HTTP client errors
Source position: fphttpclient.pp line 499
type EHTTPClient = class(EHTTP) |
||
public |
||
constructor Create(); overload; |
|
Creates an HTTP client exception with status information |
end; |
|
Exception class for HTTP client errors |
|
| | | ||
|
HTTP exception class |
|
| | | ||
| | | ||
EHTTPClient is raised when HTTP operations fail, providing status code and error message information.
|
Exception class for HTTP client socket errors |