AerospikeException MembersAerospike

The AerospikeException type exposes the following members.
Methods

  NameDescription
Public methodKeepConnection
Should connection be put back into pool.
Public methodSetInDoubt
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.
Back to Top
Properties

  NameDescription
Public propertyInDoubt
Is it possible that write transaction may have completed.
Public propertyIteration
Number of attempts before failing.
Public propertyMessage
Return error message string.
(Overrides OnlineException Message.)
Public propertyNode
Last node used.
Public propertyResult
Get integer result code.
Back to Top
See Also