REST.Types.ERequestError

From RAD Studio API Documentation

ERequestErrorREST.Types.ERESTExceptionSystem.SysUtils.ExceptionSystem.TObject

Delphi

ERequestError = class(ERESTException)

C++

class PASCALIMPLEMENTATION ERequestError : public ERESTException

Properties

Type Visibility Source Unit Parent
class public
REST.Types.pas
REST.Types.hpp
REST.Types REST.Types

Description

Base class for exceptions that raise from the REST library. REST.Types.ERequestError inherits from REST.Types.ERESTException. All content below this line refers to REST.Types.ERESTException.

Base class for exceptions that raise from the REST library.

See Also