5[[
"cpp:dll-export:ICE_API"]]
6[[
"cpp:doxygen:include:Ice/Ice.h"]]
9[[
"cpp:no-default-include"]]
10[[
"cpp:include:Ice/Config.h"]]
11[[
"cpp:include:Ice/StreamHelpers.h"]]
13[[
"js:module:@zeroc/ice"]]
15[
"java:identifier:com.zeroc.Ice"]
24 [
"swift:identifier:ok"]
28 [
"swift:identifier:userException"]
32 [
"swift:identifier:objectNotExist"]
36 [
"swift:identifier:facetNotExist"]
40 [
"swift:identifier:operationNotExist"]
44 [
"swift:identifier:unknownLocalException"]
49 [
"swift:identifier:unknownUserException"]
53 [
"swift:identifier:unknownException"]
58 [
"swift:identifier:invalidData"]
62 [
"swift:identifier:unauthorized"]
ReplyStatus
Represents the status of a reply.
@ InvalidData
The dispatch failed because the request payload could not be unmarshaled.
@ Ok
The dispatch completed successfully.
@ OperationNotExist
The dispatch found an implementation for the target object but could not find the requested operation...
@ UserException
The dispatch completed with a Slice user exception.
@ ObjectNotExist
The dispatch could not find an implementation for the target object.
@ UnknownLocalException
The dispatch failed with an Ice local exception.
@ FacetNotExist
The dispatch found an implementation for the target object but could not find the requested facet.
@ UnknownException
The dispatch failed with some other exception (neither an Ice local exception nor a Slice user except...
@ Unauthorized
The caller is not authorized to access the requested resource.
@ UnknownUserException
The dispatch failed with a Slice user exception that does not conform to the exception specification ...