exa.common.errors.iqm_error.ConflictError

Contents

exa.common.errors.iqm_error.ConflictError#

exception ConflictError(message, *, error_code=None, log_level=40)#

Raised when an operation conflicts with the current state of the system.

Typically used for duplicate submissions of unique data or state-machine violations.

Parameters:
  • message (str)

  • error_code (str | None)

  • log_level (int)