AerospikeException Backoff MembersAerospike

Aerospike exceptions that can be thrown from the client.

The AerospikeException Backoff type exposes the following members.
Constructors

  NameDescription
Public methodAerospikeException Backoff
Create backoff exception.
Back to Top
Methods

  NameDescription
Public methodKeepConnection
Should connection be put back into pool.
(Inherited from AerospikeException.)
Public methodShouldSerializeNode
Signal the Newtonsoft JSON serializer that Node should not be serialized. There is no need to call this method directly.
(Inherited from AerospikeException.)
Back to Top
Properties

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