status
¤
Status
¤
Bases: int
, Enum
Enumeration of the possible values that can be used in the return status of functions.
status_for_error
¤
status_for_error(error: Exception) -> Status
Returns a Status that corresponds to the specified error.
status_for_output
¤
status_for_output(output: Any) -> Status
Returns a Status that corresponds to the specified output value.