InputValidationError#
- exception gafaelfawr.exceptions.InputValidationError(message, location=None, field_path=None)#
Bases:
ClientRequestError,PermanentErrorRepresents an input validation error.
This is a thin wrapper around
ClientRequestErrorto add inheritance fromkopf.PermanentErrorfor the Kubernetes operator.