This header file is part of sub-namespace alib::lang::format of module ALib BaseCamp of the ALib C++ Library .
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file fmtexceptions.hpp.
#include "alib/lang/basecamp/basecamp.hpp"
Go to the source code of this file.
Namespaces | |
namespace | alib |
namespace | alib::lang |
namespace | alib::lang::format |
Enumerations | |
enum class | FMTExceptions { ArgumentIndexIs0 =11 , ArgumentIndexOutOfBounds =12 , IncompatibleTypeCode =13 , MissingClosingBracket =101 , MissingPrecisionValuePS =102 , DuplicateTypeCode =103 , UnknownTypeCode =104 , ExclamationMarkExpected =105 , UnknownConversionPS =106 , PrecisionSpecificationWithInteger =107 , MissingReplacementStrings =108 , NegativeValuesInBracketsNotSupported =201 , MissingPrecisionValueJS =202 , HexadecimalFloatFormatNotSupported =203 , NoAlternateFormOfConversion =204 , NoPrecisionWithConversion =205 , UnknownDateTimeConversionSuffix =206 , UnknownConversionJS =207 , UnknownPropertyInFormatString =501 , ErrorInResultingFormatString =502 , MissingConfigurationVariable =510 , UnknownMarker =601 , EndmarkerWithoutStart =602 } |