userver: utils::FromStringException Class Reference
Loading...
Searching...
No Matches
utils::FromStringException Class Reference

#include <userver/utils/from_string.hpp>

Detailed Description

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.
 

Member Function Documentation

◆ GetCode()

FromStringErrorCode utils::FromStringException::GetCode ( ) const
inlinenoexcept

Returns conversion error code.

Definition at line 62 of file from_string.hpp.


The documentation for this class was generated from the following file: