Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

Unsupported

Response indicating that a requested operation has no supported handler.

API

Response indicating that a requested operation has no supported handler.

Namespace: DARTWIC::Share.

#include <dartwic/share/DARTWICShareProtocol.h>

Declaration

struct Unsupported {
    std::string operation;
    std::string message;
};