PydanticInvalidForJsonSchema
An error raised during failures to generate a JSON schema for some CoreSchema.
Attributes
| Attribute | Type | Description |
|---|---|---|
| message | str | Description of the error. |
Constructor
Signature
def PydanticInvalidForJsonSchema(
message: str
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | Description of the error encountered during JSON schema generation. |
Signature
def PydanticInvalidForJsonSchema(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The descriptive error message explaining why the CoreSchema could not be converted to a JSON schema |