NPRPC docs

class OperationCancelled

C++

class OperationCancelled : public Exception

Thrown when an async RPC call is cancelled via std::stop_token.

include/nprpc/exception.hpp:27

Constructors

OperationCancelled()

The exception, with message "OperationCancelled".

include/nprpc/exception.hpp:31