Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
RemoteError
Remote failure response carrying a message and machine-readable code.
API
Remote failure response carrying a message and machine-readable code.
Namespace: DARTWIC::Share.
#include <dartwic/share/DARTWICShareProtocol.h>Declaration
struct RemoteError {
std::string message;
std::string code;
};