#include "rec/rpc/defines.h"
#include <QCoreApplication>
#include <QString>
#include <QMetaType>
#include <exception>
Go to the source code of this file.
|
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...
|
|