REC RPC library
Classes | Namespaces | Enumerations
rec_rpc_Exception.h File Reference
#include "rec/rpc/defines.h"
#include <QCoreApplication>
#include <QString>
#include <QMetaType>
#include <exception>
Include dependency graph for rec_rpc_Exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rec::rpc::Exception
 Exception class. More...
 

Namespaces

 rec
 
 rec::rpc
 

Enumerations

enum  rec::rpc::ErrorCode {
  rec::rpc::NoError = 0, rec::rpc::NoConnection, rec::rpc::NotAnRPCServer, rec::rpc::IncompatibleServer,
  rec::rpc::UnknownFunction, rec::rpc::ExecutionCancelled, rec::rpc::ExecutionTimeout, rec::rpc::WrongDataFormat,
  rec::rpc::NoSuchTopic, rec::rpc::ImproperTopicName, rec::rpc::TopicAlreadyExists, rec::rpc::AccessDenied,
  rec::rpc::ImproperFunctionName, rec::rpc::LocalTopicNull, rec::rpc::HTTPNotFount = 100, rec::rpc::HTTPBadRequest,
  rec::rpc::HTTPMovedPermanently, rec::rpc::UnknownError, rec::rpc::User = 200
}
 Pre-defined error codes. More...