PydanticSchemaGenerationError
An error raised during failures to generate a CoreSchema for some type.
Attributes
| Attribute | Type | Description |
|---|---|---|
| message | str | Description of the error. |
Constructor
Signature
def PydanticSchemaGenerationError(
message: str
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The description of the error encountered during CoreSchema generation. |
Signature
def PydanticSchemaGenerationError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The descriptive error message explaining why the CoreSchema generation failed for a specific type. |