PydanticKnownError
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| error_type | ErrorType | The specific category of validation or logic error encountered, used to determine the error message and context. |
Constructor
Signature
def PydanticKnownError(
error_type: ErrorType
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| error_type | ErrorType | The specific type of error being represented. |
Signature
def PydanticKnownError(
error_type: ErrorType
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| error_type | ErrorType | The specific category or type of validation error being reported |