#include <userver/utils/from_string.hpp>
Function utils::FromString exception type.
Definition at line 56 of file from_string.hpp.
Inheritance diagram for utils::FromStringException:Public Member Functions | |
| FromStringException (FromStringErrorCode code, const std::string &what) | |
| Creates exception for code . | |
| FromStringErrorCode | GetCode () const noexcept |
| Returns conversion error code. | |
|
inlinenoexcept |
Returns conversion error code.
Definition at line 62 of file from_string.hpp.