REST.Types.ERequestError

From RAD Studio API Documentation
Jump to: navigation, search

REST.Types.ERESTExceptionSystem.SysUtils.ExceptionSystem.TObjectERequestError

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