Skip to main content

PydanticSchemaGenerationError

An error raised during failures to generate a CoreSchema for some type.

Attributes

AttributeTypeDescription
messagestrDescription of the error.

Constructor

Signature

def PydanticSchemaGenerationError(
message: str
) - > None

Parameters

NameTypeDescription
messagestrThe description of the error encountered during CoreSchema generation.

Signature

def PydanticSchemaGenerationError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrThe descriptive error message explaining why the CoreSchema generation failed for a specific type.