Click or drag to resize

ReturnCode Enumeration

Represents the various return code values that DDS operations return.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public enum ReturnCode
Members
  Member nameValueDescription
Ok0 Successful return.
Error1 Generic, unspecified error
Unsupported2 Unsupported operation or QoS policy setting. Can only be returned by operations that are optional or operations that uses an optional <Entity>QoS as a parameter.
BadParameter3 Illegal parameter value.
PreconditionNotMet4 A pre-condition for the operation was not met.
OutOfResources5 Service ran out of the resources needed to complete the operation.
NotEnabled6 Operation invoked on an Entity that is not yet enabled.
ImmutablePolicy7 Application attempted to modify an immutable QoS policy.
InconsistentPolicy8 Application specified a set of policies that are not consistent with each other.
AlreadyDeleted9 The object target of this operation has already been deleted.
Timeout10 The operation timed out.
NoData11 Indicates a situation where the operation did not return any data.
IllegalOperation12 An operation was invoked on an inappropriate object or at an inappropriate time (as determined by QoS policies that control the behaviour of the object in question). There is no precondition that could be changed to make the operation succeed.
See Also