Aerospike exceptions that can be thrown from the client.
The AerospikeException ScanTerminated type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | KeepConnection |
Should connection be put back into pool.
(Inherited from AerospikeException.) |
Properties
Name | Description | |
---|---|---|
![]() | InDoubt |
Is it possible that write transaction may have completed.
(Inherited from AerospikeException.) |
![]() | Iteration |
Number of attempts before failing.
(Inherited from AerospikeException.) |
![]() | Message |
Return error message string.
(Inherited from AerospikeException.) |
![]() | Node |
Last node used.
(Inherited from AerospikeException.) |
![]() | Policy |
Transaction policy.
(Inherited from AerospikeException.) |
![]() | Result |
Get integer result code.
(Inherited from AerospikeException.) |
See Also