AerospikeExceptionCommandRejected Class

Exception thrown when asynchronous command was rejected because the max concurrent database commands have been exceeded.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public sealed class CommandRejected : AerospikeExceptionBackoff
Inheritance
Object    Exception    AerospikeException    AerospikeExceptionBackoff    AerospikeExceptionCommandRejected

Constructors

AerospikeExceptionCommandRejected Create command rejected exception.

Properties

BaseMessage Return base message without extra metadata.
(Inherited from AerospikeException)
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)

Methods

KeepConnection Should connection be put back into pool.
(Inherited from AerospikeException)
ShouldSerializeNode Signal the Newtonsoft JSON serializer that Node should not be serialized. There is no need to call this method directly.
(Inherited from AerospikeException)

See Also