nemo_microservices.types.customization.job_log_error#

Module Contents#

Classes#

API#

class nemo_microservices.types.customization.job_log_error.JobLogError(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

exception_type: Optional[str]#

None

The exception type for the error

explanation: Optional[str]#

None

Explanation of the error

file: Optional[str]#

None

File in which the exception occurred

line: Optional[int]#

None

Line in which the exception occurred

message: Optional[str]#

None

Message from the exception

stack_trace: Optional[str]#

None

Stack trace from the exception

timestamp: Optional[str]#

None

Timestamp of job error