InvalidPodPhaseError#

exception controller.exceptions.InvalidPodPhaseError(message, location=None, field_path=None)#

Bases: ClientRequestError

The pod was not in a valid phase.

Parameters:
error: ClassVar[str] = 'invalid_phase'#

Used as the type field of the error message.

Should be overridden by any subclass.

status_code: ClassVar[int] = 404#

HTTP status code for this type of validation error.