time

Module error

Source
Expand description

Various error types returned by methods in the time crate.

Re-exportsยง

pub use component_range::ComponentRange;
pub use conversion_range::ConversionRange;
pub use different_variant::DifferentVariant;
pub use format::Format;formatting
pub use indeterminate_offset::IndeterminateOffset;local-offset
pub use invalid_format_description::InvalidFormatDescription;(formatting or parsing) and alloc
pub use invalid_variant::InvalidVariant;
pub use parse::Parse;parsing
pub use parse_from_description::ParseFromDescription;parsing
pub use try_from_parsed::TryFromParsed;parsing

Modulesยง

component_range ๐Ÿ”’
Component range error
conversion_range ๐Ÿ”’
Conversion range error
different_variant ๐Ÿ”’
Different variant error
format ๐Ÿ”’ formatting
Error formatting a struct
indeterminate_offset ๐Ÿ”’ local-offset
Indeterminate offset
invalid_format_description ๐Ÿ”’ (formatting or parsing) and alloc
Invalid format description
invalid_variant ๐Ÿ”’
Invalid variant error
parse ๐Ÿ”’ parsing
Error that occurred at some stage of parsing
parse_from_description ๐Ÿ”’ parsing
Error parsing an input into a Parsed struct
try_from_parsed ๐Ÿ”’ parsing
Error converting a Parsed struct to another type

Enumsยง

Error
A unified error type for anything returned by a method in the time crate.