Skip to main content

PydanticKnownError

No overview available.

Attributes

AttributeTypeDescription
error_typeErrorTypeThe 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

NameTypeDescription
error_typeErrorTypeThe specific type of error being represented.

Signature

def PydanticKnownError(
error_type: ErrorType
) - > null

Parameters

NameTypeDescription
error_typeErrorTypeThe specific category or type of validation error being reported