Enum wayback_rs::item::Error [−][src]
pub enum Error {
MissingUrl,
MissingTimestamp,
MissingDigest,
MissingMimeType,
MissingLength,
MissingStatus,
InvalidTimestamp {
value: String,
},
InvalidLength {
value: String,
},
InvalidStatus {
value: String,
},
InvalidWaybackUrl {
value: String,
},
}
Variants
Fields of InvalidTimestamp
value: String
Fields of InvalidLength
value: String
Fields of InvalidStatus
value: String
Fields of InvalidWaybackUrl
value: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
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