REST.Client.TCustomRESTResponse.EJSONValueError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EJSONValueError = class(ERESTException)

C++

class PASCALIMPLEMENTATION EJSONValueError : public Rest::Types::ERESTException

Properties

Type Visibility Source Unit Parent
class public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse

Description

Base class for exceptions that raise from the REST library.

REST.Client.TCustomRESTResponse.EJSONValueError 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