Skip to main content

PydanticImportError

An error raised when an import fails due to module changes between V1 and V2.

Attributes

AttributeTypeDescription
messagestrDescription of the error.

Constructor

Signature

def PydanticImportError(
message: str
) - > None

Parameters

NameTypeDescription
messagestrDescription of the import error.

Signature

def PydanticImportError(
message: str
) - > None

Parameters

NameTypeDescription
messagestrThe descriptive error message explaining why the import failed due to V1 to V2 module changes