JobError#

pydantic model safir.uws.JobError#

Failure information about a job.

Parameters:

data (Any)

Fields:
field code: Annotated[str] [Required]#

Code for this class of error

field detail: Annotated[str | None] = None#

Extended error message with additional detail

field message: Annotated[str] [Required]#

Brief error messages

field type: Annotated[ErrorType] [Required]#

Type of the error

to_xml_model()#

Convert to a Pydantic XML model.

Return type:

ErrorSummary