boost::capy::error
Error codes for capy I/O operations.
Synopsis
Declared in <boost/capy/error.hpp>
enum class error : int;
Description
These codes are produced by capy algorithms and I/O operations.
|
Callers must never compare received |
Members
Name |
Description |
|
End‐of‐stream reached. Compare with |
|
Operation was cancelled. Compare with |
|
Internal test assertion failed. |
|
Peer closed connection without proper TLS shutdown. Compare with |
|
Requested item was not found. Compare with |
See Also
cond
Created with MrDocs