Errors
RawErrorTypes = DynamicTuple[Type[E]]
module-attribute
Represents error types. E
is bound to AnyError
.
ErrorTypes
Bases: Generic[E]
Represents non-empty error types. E
is bound to AnyError
.
Source code in src/wraps/errors.py
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
|
raw: RawErrorTypes[E] = field()
class-attribute
instance-attribute
Raw error types.