OperationConflictError¶
- exception controller.exceptions.OperationConflictError(username)¶
Bases:
ClientRequestError
Attempt to perform an operation when another is in progress.
- Parameters:
username (
str
)
- error: ClassVar[str] = 'operation_in_progress'¶
Used as the
type
field of the error message.Should be overridden by any subclass.
- status_code: ClassVar[int] = 409¶
HTTP status code for this type of validation error.