Unit 'fpHTTPClient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

EHTTPClient.Create

Creates an HTTP client exception with status information

Declaration

Source position: fphttpclient.pp line 501

public constructor EHTTPClient.Create(

  const AStatusText: string;

  AStatusCode: Integer

); overload;

Arguments

AStatusText

  

The HTTP status text or error message

AStatusCode

  

The HTTP status code (if applicable)

Description

Creates an HTTP client exception with the specified status text and status code. This provides detailed error information from HTTP operations.


Documentation generated on: Jan 27 2026