exa.common.errors.iqm_error.UnknownObservationError

exa.common.errors.iqm_error.UnknownObservationError#

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

Raised when an observation name is syntactically correct but contains unknown elements.

This indicates that while the format of the name is valid, the specific identifiers (e.g. keys or indices) do not exist in the current context.

Parameters:
  • message (str)

  • error_code (str | None)

  • log_level (int)