REST.Backend.EndPoint.TCustomBackendEndpoint.TAllowHTTPErrors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAllowHTTPErrors = (None, Any, ClientErrors, ClientErrorNotFound_404);

C++

enum DECLSPEC_DENUM TAllowHTTPErrors : unsigned char { None, Any, ClientErrors, ClientErrorNotFound_404 };

Properties

Type Visibility Source Unit Parent
enum public
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint TCustomBackendEndpoint

Description

Embarcadero Technologies does not currently have any additional information.