dto.common
Common DTOs used across the SecretVaults API.
- class ApiErrorResponse(*, ts: datetime, errors: List[str])[source]
Bases:
BaseModelRepresents an error response from the API, including a timestamp and a list of error messages.
Common DTOs used across the SecretVaults API.
Bases: BaseModel
Represents an error response from the API, including a timestamp and a list of error messages.