InvalidLabSizeError¶
- exception controller.exceptions.InvalidLabSizeError(size)¶
Bases:
ClientRequestError
The provided lab size is not one of the configured sizes.
- Parameters:
size (
LabSize
)
- error: ClassVar[str] = 'invalid_lab_size'¶
Used as the
type
field of the error message.Should be overridden by any subclass.