PydanticSerializationError
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| message | string | The specific error message describing why the serialization process failed. |
Constructor
Signature
def PydanticSerializationError(
message: str
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The error message describing the serialization failure. |
Signature
def PydanticSerializationError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining why the serialization process failed |