Enum weld_codegen::Error [−][src]
#[non_exhaustive]
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 (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
MissingFile(String)
Tuple Fields
0: StringUnsupportedLanguage(String)
Tuple Fields
0: StringIo(String)
Tuple Fields
0: StringModel(String)
Tuple Fields
0: StringUnsupportedShape(String, String)
OperationNotFound(String, String)
InvalidModel(String)
Tuple Fields
0: StringUnsupportedType(String)
Tuple Fields
0: StringHandlebars(String)
Tuple Fields
0: StringSerde(String)
Tuple Fields
0: StringFormatter(String)
Tuple Fields
0: StringBuild(String)
Tuple Fields
0: StringOther(String)
Tuple Fields
0: StringUnsupportedBigInteger
UnsupportedBigDecimal
Trait 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
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
