open62541pp 0.15.0
C++ wrapper of open62541
|
#include <result.hpp>
Represents a bad result stored in Result
.
Definition at line 17 of file result.hpp.
Public Member Functions | |
constexpr | BadResult (StatusCode code) noexcept |
constexpr StatusCode | code () const noexcept |
|
inlineexplicitconstexprnoexcept |
Construct a BadResult from a bad StatusCode.
Definition at line 22 of file result.hpp.
|
inlineconstexprnoexcept |
Get the StatusCode.
Definition at line 30 of file result.hpp.