ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
icu4x::Rfc9557ParseError Class Reference

#include <Rfc9557ParseError.d.hpp>

Public Types

enum  Value {
  Unknown = 0 , InvalidSyntax = 1 , OutOfRange = 2 , MissingFields = 3 ,
  UnknownCalendar = 4
}
 

Public Member Functions

 Rfc9557ParseError ()=default
 
constexpr Rfc9557ParseError (Value v)
 
constexpr operator Value () const
 
 operator bool () const =delete
 

Detailed Description

Additional information: 1, 2

Member Enumeration Documentation

◆ Value

Enumerator
Unknown 
InvalidSyntax 
OutOfRange 
MissingFields 
UnknownCalendar 

Constructor & Destructor Documentation

◆ Rfc9557ParseError() [1/2]

icu4x::Rfc9557ParseError::Rfc9557ParseError ( )
default

◆ Rfc9557ParseError() [2/2]

icu4x::Rfc9557ParseError::Rfc9557ParseError ( Value v)
inlineconstexpr

Member Function Documentation

◆ operator bool()

icu4x::Rfc9557ParseError::operator bool ( ) const
explicitdelete

◆ operator Value()

icu4x::Rfc9557ParseError::operator Value ( ) const
inlineconstexpr

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