PythonSerializerError
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| message | string | The error message string that describes the specific failure encountered during the serialization process. |
Constructor
Signature
def PythonSerializerError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The error message describing the serialization failure. |
Signature
def PythonSerializerError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining why the serialization or deserialization process failed |