logo

Module time::error

source · []
Expand description

Various error types returned by methods in the time crate.

Structs

An error type indicating that a component provided to a method was out of range, causing a failure.

An error type indicating that a conversion failed because the target type could not store the initial value.

The system’s UTC offset could not be determined at the given datetime.

Enums

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

An error occurred while formatting.

An error occurred while parsing.