Enum gitlab::api::endpoint_prelude::BodyError [−][src]
#[non_exhaustive] pub enum BodyError { UrlEncoded { source: Error, }, }
Expand description
Errors which may occur when creating form data.
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.
Body data could not be serialized from form parameters.
Show fields
Fields of UrlEncoded
source: Error
The source of the error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BodyError
impl UnwindSafe for BodyError