REST.Backend.KinveyApi.EKinveyFileNotFound

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.KinveyApi.EKinveyAPIErrorREST.Backend.Exception.EBackendAPIErrorREST.Backend.Exception.EBackendErrorSystem.SysUtils.ExceptionSystem.TObjectEKinveyFileNotFound

Delphi

EKinveyFileNotFound = class(EKinveyAPIError);

C++

class PASCALIMPLEMENTATION EKinveyFileNotFound : public EKinveyAPIError

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi REST.Backend.KinveyApi

Description

EKinveyFileNotFound represents the exceptions raised when a Kinvey API file not found run time error occurs.

See Also