7#ifndef Ice_ReplyStatus_h_
8#define Ice_ReplyStatus_h_
11#include <Ice/Config.h>
12#include <Ice/StreamHelpers.h>
14#ifndef ICE_DISABLE_VERSION
15# if ICE_INT_VERSION != 30850
16# error Ice version mismatch: an exact match is required for beta generated code
76 static constexpr int minValue = 0;
77 static constexpr int maxValue = 9;
The exception that is thrown when a dispatch failed with an exception that is not a LocalException or...
The exception that is thrown when a dispatch failed with a LocalException that is not a DispatchExcep...
The exception that is thrown when a client receives a UserException that was not declared in the oper...
Abstract base class for all Ice exceptions defined in Slice.
constexpr StreamHelperCategory StreamHelperCategoryEnum
Generated enum types.
int StreamHelperCategory
The stream helper category allows to select a StreamHelper specialization for a specific category of ...
std::ostream & operator<<(std::ostream &os, const Identity &value)
Outputs the description of an Identity to a stream, including all its fields.
ReplyStatus
Represents the status of a reply.
@ ObjectNotExist
The dispatch could not find an implementation for the target object.
@ InvalidData
The dispatch failed because the request payload could not be unmarshaled.
@ OperationNotExist
The dispatch found an implementation for the target object but could not find the requested operation...
@ Ok
The dispatch completed successfully.
@ FacetNotExist
The dispatch found an implementation for the target object but could not find the requested facet.
@ Unauthorized
The caller is not authorized to access the requested resource.
static constexpr bool fixedLength
Indicates if the type is always encoded on a fixed number of bytes.
static constexpr int minWireSize
The minimum number of bytes needed to marshal this type.
static constexpr StreamHelperCategory helper
The category trait, used for selecting the appropriate StreamHelper.