WrappedSerError
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| 0 | T | The inner serialization error instance being wrapped for compatibility or internal processing. |
Constructor
Signature
def WrappedSerError(
error: T
) - > [WrappedSerError](wrappedsererror.md?sid=serializers_errors_wrappedsererror)
Parameters
| Name | Type | Description |
|---|---|---|
| error | T | The serialization error to be wrapped, where T must implement ser::Error. |
Signature
def WrappedSerError(
0: T
) - > [WrappedSerError](wrappedsererror.md?sid=serializers_errors_wrappedsererror)
Parameters
| Name | Type | Description |
|---|---|---|
| 0 | T | The underlying serialization error of type T to be wrapped. |