EMS.ResourceAPI.EEMSHTTPResourceNotFoundError

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

EEMSHTTPResourceNotFoundError = class(EEMSHTTPError)

C++

class PASCALIMPLEMENTATION EEMSHTTPResourceNotFoundError : public EEMSHTTPError

Properties

Type Visibility Source Unit Parent
class public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI EMS.ResourceAPI

Description

HTTP error exception that has TCodes.NotFound as error code.

See Also