MIRA
Classes | Namespaces | Enumerations
RPCError.h File Reference

Error codes for reasons of errors/exceptions while processing an rpc call. More...

#include <error/Exceptions.h>
#include <serialization/ReflectorInterface.h>
#include <serialization/adapters/boost/shared_ptr.hpp>
Include dependency graph for RPCError.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XRPC
 An exception that is thrown by the RPCServer if an RPC call fails. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Enumerations

enum  RPCError { RPC_INVALID_REQUEST, RPC_METHOD_NOT_FOUND, RPC_INVALID_PARAMS, RPC_EXCEPTION_IN_CALL }
 enumeration of possible reasons for errors/exceptions while performing an RPC call More...
 

Detailed Description

Error codes for reasons of errors/exceptions while processing an rpc call.

Author
Erik Einhorn, Christof Schröter
Date
2011/02/21