15#ifndef FASTDDS_DDS_RPC__REMOTEEXCEPTIONCODE_T_HPP
16#define FASTDDS_DDS_RPC__REMOTEEXCEPTIONCODE_T_HPP
Definition DomainParticipant.hpp:46
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.
@ REMOTE_EX_OUT_OF_RESOURCES
The remote service ran out of resources while processing the request.
@ REMOTE_EX_OK
The request was executed successfully.
@ REMOTE_EX_UNKNOWN_OPERATION
The operation called is unknown.
@ REMOTE_EX_UNSUPPORTED
Operation is valid but it is unsupported (a.k.a. not implemented).
@ REMOTE_EX_INVALID_ARGUMENT
The value of a parameter passed has an illegal value.