[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
HTTP exception class
Source position: httpdefs.pp line 699
type EHTTP = class(Exception) |
||
public |
||
property StatusCode: Integer; [rw] |
|
HTTP status code of the error |
property StatusText: string; [rw] |
|
HTTP status text of the error |
end; |
|
HTTP exception class |
|
| | | ||
| | | ||
EHTTP is an exception class for HTTP-related errors. It includes properties for HTTP status code and status text.
|
Creates an HTTP error exception |