sinch.domains.number_lookup.models.v1.shared.lookup_error module
- class sinch.domains.number_lookup.models.v1.shared.lookup_error.LookupError(
- *,
- status: Annotated[int, Strict(strict=True)] | None = None,
- title: Annotated[str, Strict(strict=True)] | None = None,
- detail: Annotated[str, Strict(strict=True)] | None = None,
- type: Annotated[str, Strict(strict=True)] | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
status (Annotated[int, Strict(strict=True)] | None)
title (Annotated[str, Strict(strict=True)] | None)
detail (Annotated[str, Strict(strict=True)] | None)
type (Annotated[str, Strict(strict=True)] | None)
extra_data (Any)
- status: Annotated[int, Strict(strict=True)] | None
- title: Annotated[str, Strict(strict=True)] | None
- detail: Annotated[str, Strict(strict=True)] | None
- type: Annotated[str, Strict(strict=True)] | None
- model_config = {'extra': 'allow', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].