15#ifndef FASTDDS_DDS_RPC__REMOTEEXCEPTIONCODE_T_HPP
16#define FASTDDS_DDS_RPC__REMOTEEXCEPTIONCODE_T_HPP
Definition DomainParticipant.hpp:59
RemoteExceptionCode_t
Enumeration of possible error codes that can be returned by a remote service.
Definition RemoteExceptionCode_t.hpp:30
@ REMOTE_EX_UNKNOWN_EXCEPTION
A generic, unspecified exception was raised by the service implementation.
Definition RemoteExceptionCode_t.hpp:42
@ REMOTE_EX_OUT_OF_RESOURCES
The remote service ran out of resources while processing the request.
Definition RemoteExceptionCode_t.hpp:38
@ REMOTE_EX_OK
The request was executed successfully.
Definition RemoteExceptionCode_t.hpp:32
@ REMOTE_EX_UNKNOWN_OPERATION
The operation called is unknown.
Definition RemoteExceptionCode_t.hpp:40
@ REMOTE_EX_UNSUPPORTED
Operation is valid but it is unsupported (a.k.a. not implemented).
Definition RemoteExceptionCode_t.hpp:34
@ REMOTE_EX_INVALID_ARGUMENT
The value of a parameter passed has an illegal value.
Definition RemoteExceptionCode_t.hpp:36
Definition BuiltinTopicKey.hpp:26