FireDAC.Phys.MongoDBWrapper.TMongoError

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.MongoDBWrapper.TMongoObjectSystem.TObjectTMongoError

Delphi

TMongoError = class(TMongoObject)

C++

class PASCALIMPLEMENTATION TMongoError : public TMongoObject

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper FireDAC.Phys.MongoDBWrapper

Description

Encapsulates the MongoDB bson_error_t structure that is required to handle the server errors.

This class defines the CheckError method that verifies the structure state and raises an EMongoNativeException exception if necessary.

See Also