REST.Backend.KinveyApi.EKinveyFileNotFound

From RAD Studio API Documentation

EKinveyFileNotFoundREST.Backend.KinveyApi.EKinveyAPIErrorREST.Backend.Exception.EBackendAPIErrorREST.Backend.Exception.EBackendErrorSystem.SysUtils.ExceptionSystem.TObject

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