errors
Exception types raised by the library. Note that API errors do not raise -
they come back as an Err; these exceptions cover misuse such as
unwrapping the wrong Result variant.
This module contains various exceptions used by the project.
UnwrapError
Bases: WomError
Raised when calling unwrap() or
unwrap_err() incorrectly.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
message |
str
|
The error message. |
required |