JobUpdateError¶
- pydantic model safir.uws.JobUpdateError¶
Input model when marking a job as failed.
- Parameters:
data (
Any
)- Fields:
- field errors: Annotated[list[JobError], Field(title='Failure details', description='Job failure error message and details', min_length=1)] [Required]¶
Job failure error message and details
- Constraints:
min_length = 1
- field phase: Annotated[Literal[ExecutionPhase.ERROR], Field(title='New phase', description='New phase of job', examples=[ExecutionPhase.ERROR])] [Required]¶
New phase of job