InputValidationError¶
- exception gafaelfawr.exceptions.InputValidationError(message, location=None, field_path=None)¶
Bases:
ClientRequestError
,PermanentError
Represents an input validation error.
This is a thin wrapper around
ClientRequestError
to add inheritance fromkopf.PermanentError
for the Kubernetes operator.