# Functions
NewNonRetryError constructs a NonRetryError from any error.
NewRetryError constructs a RetryError from any error.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
NonRetryError is a type that noaa uses when it encountered an error, and is not going to retry the operation.
RetryError is a type that noaa uses when it encountered an error, but is going to retry the operation.
No description provided by the author