PydanticImportError
An error raised when an import fails due to module changes between V1 and V2.
Attributes
| Attribute | Type | Description |
|---|---|---|
| message | str | Description of the error. |
Constructor
Signature
def PydanticImportError(
message: str
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | Description of the import error. |
Signature
def PydanticImportError(
message: str
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The descriptive error message explaining why the import failed due to V1 to V2 module changes |