Constructs a new enumerator.
The name of the enumerator.
The numeric value of the enumerator.
ReadonlynameThe name of the enumerator.
ReadonlyvalueThe value of the enumerator.
Static ReadonlyFacetThe dispatch found an implementation for the target object but could not find the requested facet.
Static ReadonlyInvalidThe 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 ReadonlyObjectThe dispatch could not find an implementation for the target object.
Static ReadonlyOkThe dispatch completed successfully.
Static ReadonlyOperationThe dispatch found an implementation for the target object but could not find the requested operation.
Static ReadonlyUnauthorizedThe caller is not authorized to access the requested resource.
Static ReadonlyUnknownThe dispatch failed with some other exception (neither an Ice local exception nor a Slice user exception).
Static ReadonlyUnknownThe dispatch failed with an Ice local exception.
Static ReadonlyUnknownThe dispatch failed with a Slice user exception that does not conform to the exception specification of the operation.
Static ReadonlyUserThe dispatch completed with a Slice user exception.
Returns a string representation of the current enumerator.
A string representation of the current enumerator.
StaticvalueReturns the enumerator corresponding to the specified numeric value.
The enumerator value.
The matching enumerator, or undefined if no enumerator corresponds to 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.
Remarks
The Slice compiler generated this enum class from Slice enumeration
::Ice::ReplyStatus.