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:
PydanticBaseError log for a job.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Source of the error.
Verbose error message.
Short error code classifying the error category.
Methods
- Parameters:
- source: Source#
Source of the error.
- 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
