Data.DBXCommon.TDBXErrorCodes Fields
InheritedProtected
| AuthorizationFailed | public | AuthorizationFailed: Integer = $71; | 
| CallbackError | public | CallbackError: Integer = $20; | 
| ConnectionFailed | public | ConnectionFailed: Integer = $15; | 
| DatabaseUnspecified | public | DatabaseUnspecified: Integer = $22; | 
| DriverIncompatible | public | DriverIncompatible: Integer = $1C; | 
| DriverInitFailed | public | DriverInitFailed: Integer = $16; | 
| DriverRestricted | public | DriverRestricted: Integer = $12; | 
| DuplicateTransactionId | public | DuplicateTransactionId: Integer = $11; | 
| EoF | public | EoF: Integer = $A; | 
| GetDriverFuncUnspecified | public | GetDriverFuncUnspecified: Integer = $24; | 
| InvalidArgument | public | InvalidArgument: Integer = $1D; | 
| InvalidHandle | public | InvalidHandle: Integer = 4; | 
| InvalidIsolationLevel | public | InvalidIsolationLevel: Integer = $F; | 
| InvalidLength | public | InvalidLength: Integer = $E; | 
| InvalidOperation | public | InvalidOperation: Integer = $1E; | 
| InvalidOrdinal | public | InvalidOrdinal: Integer = 8; | 
| InvalidParameter | public | InvalidParameter: Integer = 9; | 
| InvalidPrecision | public | InvalidPrecision: Integer = $D; | 
| InvalidReference | public | InvalidReference: Integer = $18; | 
| InvalidTime | public | InvalidTime: Integer = 6; | 
| InvalidTransactionId | public | InvalidTransactionId: Integer = $10; | 
| InvalidType | public | InvalidType: Integer = 7; | 
| InvalidUserOrPassword | public | InvalidUserOrPassword: Integer = $C; | 
| LibraryNameUnspecified | public | LibraryNameUnspecified: Integer = $23; | 
| MaxCommonErrors | public | MaxCommonErrors: Integer = $64; | 
| MissingParameterMarker | public | MissingParameterMarker: Integer = $1A; | 
| MultipleTransactionNotEnabled | public | MultipleTransactionNotEnabled: Integer = $14; | 
| NoData | public | NoData: Integer = $64; | 
| NoMemory | public | NoMemory: Integer = 2; | 
| None | public | None: Integer = 0; | 
| NoTable | public | NoTable: Integer = $19; | 
| NotImplemented | public | NotImplemented: Integer = $1B; | 
| NotSupported | public | NotSupported: Integer = 5; | 
| OptimisticLockFailed | public | OptimisticLockFailed: Integer = $17; | 
| ParameterNotSet | public | ParameterNotSet: Integer = $B; | 
| SchemaNameUnspecified | public | SchemaNameUnspecified: Integer = $21; | 
| ServerClassExists | public | ServerClassExists: Integer = $66; | 
| ServerClassMissing | public | ServerClassMissing: Integer = $68; | 
| ServerMethodExists | public | ServerMethodExists: Integer = $67; | 
| ServerMethodFailed | public | ServerMethodFailed: Integer = $70; | 
| ServerMethodMissing | public | ServerMethodMissing: Integer = $69; | 
| TransactionActive | public | TransactionActive: Integer = $13; | 
| UnrecognizedCommandType | public | UnrecognizedCommandType: Integer = $1F; | 
| UnsupportedFieldType | public | UnsupportedFieldType: Integer = 3; | 
| VendorError | public | VendorError: Integer = $65; | 
| VendorLibUnspecified | public | VendorLibUnspecified: Integer = $25; | 
| Warning | public | Warning: Integer = 1; |