Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 806 Bytes

ProcessingExceptionDto.md

File metadata and controls

executable file
·
14 lines (10 loc) · 806 Bytes

ProcessingExceptionDto

Properties

Name Type Description Notes
reason str The reason the processing failed. [optional]
details str Stores additional details about the exception. [optional]
type str The processing exception type, if any. [optional]
associated_image_file_path str A path on the robot running computer to an image file that stores relevant information about the exception - e.g. a system print screen. [optional]
creation_time datetime Time when the exception occurred [optional]

[Back to Model list] [Back to API list] [Back to README]