Enum weld_codegen::Error [−][src]
pub enum Error {
Show 16 variants
MissingFile(String),
UnsupportedLanguage(String),
Io(String),
Model(String),
UnsupportedShape(String, String),
OperationNotFound(String, String),
InvalidModel(String),
UnsupportedType(String),
Handlebars(String),
Serde(String),
Formatter(String),
Build(String),
Other(String),
UnsupportedBigInteger,
UnsupportedBigDecimal,
UnsupportedTimestamp,
}Variants
MissingFile(String)Tuple Fields of MissingFile
0: StringUnsupportedLanguage(String)Tuple Fields of UnsupportedLanguage
0: StringIo(String)Tuple Fields of Io
0: StringModel(String)Tuple Fields of Model
0: StringInvalidModel(String)Tuple Fields of InvalidModel
0: StringUnsupportedType(String)Tuple Fields of UnsupportedType
0: StringHandlebars(String)Tuple Fields of Handlebars
0: StringSerde(String)Tuple Fields of Serde
0: StringFormatter(String)Tuple Fields of Formatter
0: StringBuild(String)Tuple Fields of Build
0: StringOther(String)Tuple Fields of Other
0: StringTrait Implementations
Performs the conversion.
Performs the conversion.