Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

RequestTimeoutError

Exception when a request or handshake does not complete within its timeout.

API

Exception when a request or handshake does not complete within its timeout.

Namespace: DARTWIC::Share.

#include <dartwic/share/DARTWICShareProtocol.h>

Declaration

class RequestTimeoutError : public ShareError {
public:
    using ShareError::ShareError;
};