nemo_microservices.types.customization.job_log_error#
Module Contents#
Classes#
API#
- class nemo_microservices.types.customization.job_log_error.JobLogError(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- exception_type: str | None#
None
The exception type for the error
- explanation: str | None#
None
Explanation of the error
- file: str | None#
None
File in which the exception occurred
- line: int | None#
None
Line in which the exception occurred
- message: str | None#
None
Message from the exception
- stack_trace: str | None#
None
Stack trace from the exception
- timestamp: str | None#
None
Timestamp of job error