FireDAC.Phys.MongoDBWrapper.TMongoError
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.