# Variables
ErrParsePeriodAmount is returned when the input is unable to be parsed into a period unit due to a malformed amount.
ErrParsePeriodUnits is returned when the input is unable to be parsed into a period unit due to missing units.
ErrParseSizeAmount is returned when the input is unable to be parsed into a file size unit due to a malformed amount.
ErrParseSizeUnits is returned when the input is unable to be parsed into a file size unit due to missing units.
ErrParseTimeoutAmount is returned when the input is unable to be parsed into a timeout unit due to a malformed amount.
ErrParseTimeoutUnits is returned when the input is unable to be parsed into a timeout unit due to missing units.