ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
fmtexceptions.inl File Reference

Description:

This header-file is part of module ALib Format of the ALib C++ Library.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file fmtexceptions.inl.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alib
 
namespace  alib::format
 

Enumerations

enum class  alib::format::FMTExceptions {
  alib::format::ArgumentIndexIs0 =11 , alib::format::ArgumentIndexOutOfBounds =12 , alib::format::IncompatibleTypeCode =13 , alib::format::MissingClosingBracket =101 ,
  alib::format::MissingPrecisionValuePS =102 , alib::format::DuplicateTypeCode =103 , alib::format::UnknownTypeCode =104 , alib::format::ExclamationMarkExpected =105 ,
  alib::format::UnknownConversionPS =106 , alib::format::PrecisionSpecificationWithInteger =107 , alib::format::MissingReplacementStrings =108 , alib::format::NegativeValuesInBracketsNotSupported =201 ,
  alib::format::MissingPrecisionValueJS =202 , alib::format::HexadecimalFloatFormatNotSupported =203 , alib::format::NoAlternateFormOfConversion =204 , alib::format::NoPrecisionWithConversion =205 ,
  alib::format::UnknownDateTimeConversionSuffix =206 , alib::format::UnknownConversionJS =207 , alib::format::UnknownPropertyInFormatString =501 , alib::format::ErrorInResultingFormatString =502 ,
  alib::format::MissingConfigurationVariable =510 , alib::format::UnknownMarker =601 , alib::format::EndmarkerWithoutStart =602
}