Constructs a new enumerator.
The name of the enumerator.
The numeric value of the enumerator.
Readonly
nameThe name of the enumerator.
Readonly
valueThe value of the enumerator.
Static
Readonly
FacetThe dispatch found an implementation for the target object but could not find the requested facet.
Static
Readonly
InvalidThe dispatch failed because the request payload could not be unmarshaled. It is typically due to a mismatch in the Slice definitions used by the client and the server.
Static
Readonly
ObjectThe dispatch could not find an implementation for the target object.
Static
Readonly
OkThe dispatch completed successfully.
Static
Readonly
OperationThe dispatch found an implementation for the target object but could not find the requested operation.
Static
Readonly
UnauthorizedThe caller is not authorized to access the requested resource.
Static
Readonly
UnknownThe dispatch failed with some other exception (neither an Ice local exception nor a Slice user exception).
Static
Readonly
UnknownThe dispatch failed with an Ice local exception.
Static
Readonly
UnknownThe dispatch failed with a Slice user exception that does not conform to the exception specification of the operation.
Static
Readonly
UserThe dispatch completed with a Slice user exception.
Returns a string representation of the current enumerator.
A string representation of the current enumerator.
Static
valueReturns the enumerator for the given value.
The enumerator value.
The enumerator for the given value.
Represents the status of a reply. A reply status can have any value in the range 0..255. Do not use this enum to marshal or unmarshal a reply status unless you know its value corresponds to one of the enumerators defined below.