Enum weld_codegen::Error [−][src]
pub enum Error {
Show 15 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,
}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.
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more