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
Tuple Fields of MissingFile
0: StringTuple Fields of UnsupportedLanguage
0: StringTuple Fields of Io
0: StringTuple Fields of Model
0: StringTuple Fields of InvalidModel
0: StringTuple Fields of UnsupportedType
0: StringTuple Fields of Handlebars
0: StringTuple Fields of Serde
0: StringTuple Fields of Formatter
0: StringTuple Fields of Build
0: StringTuple Fields of Other
0: StringTrait Implementations
Performs the conversion.
Performs the conversion.