Creates an HTTP client exception with status information
Source position: fphttpclient.pp line 501
public constructor EHTTPClient.Create( |
const AStatusText: string; |
AStatusCode: Integer |
); overload; |
AStatusText |
|
The HTTP status text or error message |
AStatusCode |
|
The HTTP status code (if applicable) |
Creates an HTTP client exception with the specified status text and status code. This provides detailed error information from HTTP operations.