JobError#

Module: iqm.iqm_server_client.models

class iqm.iqm_server_client.models.JobError(*, source: Literal['iqm-server', 'iqm-station-control'] | str, message: str, error_code: str | None = None)#

Bases: PydanticBase

Error log for a job.

Attributes

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

source

Source of the error.

message

Verbose error message.

error_code

Short error code classifying the error category.

Methods

Parameters:
  • source (Literal['iqm-server', 'iqm-station-control'] | str)

  • message (str)

  • error_code (str | None)

source: Source#

Source of the error.

message: str#

Verbose error message.

error_code: str | None#

Short error code classifying the error category.

model_config: ClassVar[ConfigDict] = {'extra': 'ignore', 'ser_json_inf_nan': 'constants', 'validate_assignment': True, 'validate_default': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Inheritance

Inheritance diagram of iqm.iqm_server_client.models.JobError