ICU4X
International Components for Unicode
|
#include <DataError.d.hpp>
Public Types | |
enum | Value { Unknown = 0 , MarkerNotFound = 1 , IdentifierNotFound = 2 , InvalidRequest = 3 , InconsistentData = 4 , Downcast = 5 , Deserialize = 6 , Custom = 7 , Io = 8 } |
Public Member Functions | |
DataError ()=default | |
constexpr | DataError (Value v) |
constexpr | operator Value () const |
operator bool () const =delete | |
|
default |
|
inlineconstexpr |
|
explicitdelete |
|
inlineconstexpr |