unwrap_ser_error
No overview available.
def unwrap_ser_error(
err: Exception
) - > Exception
Extracts the underlying exception from a serialization error wrapper to provide access to the original failure cause.
Parameters
| Name | Type | Description |
|---|---|---|
| err | Exception | The error object to unwrap, typically a serialization-related exception wrapper. |
Returns
| Type | Description |
|---|---|
Exception | The original exception that caused the serialization failure, or the input error if no wrapper is found. |