Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
RemoteOperationError
Exception for an unsupported operation, remote error, or unexpected response type.
API
Exception for an unsupported operation, remote error, or unexpected response type.
Namespace: DARTWIC::Share.
#include <dartwic/share/DARTWICShareProtocol.h>Declaration
class RemoteOperationError : public ShareError {
public:
using ShareError::ShareError;
};