JobErrorDetails Class

Job Error Details for providing the information and recommended action.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
JobErrorDetails

Constructor

JobErrorDetails(**kwargs)

Variables

error_message
str

Message for the error.

error_code
int

Code for the error.

recommended_action
str

Recommended action for the error.

exception_message
str

Contains the non localized exception message.