The AerospikeException type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | KeepConnection |
Should connection be put back into pool.
|
![]() | SetInDoubt |
Set whether it is possible that the write transaction may have completed
even though this exception was generated. This may be the case when a
client error occurs (like timeout) after the command was sent to the server.
|
Properties
Name | Description | |
---|---|---|
![]() | InDoubt |
Is it possible that write transaction may have completed.
|
![]() | Iteration |
Number of attempts before failing.
|
![]() | Message |
Return error message string.
(Overrides ![]() |
![]() | Node |
Last node used.
|
![]() | Result |
Get integer result code.
|
See Also