JobErrorDetails interface
The job error information containing the list of job errors.
Properties
code | The code intended for programmatic access. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The error details. NOTE: This property will not be serialized. It can only be populated by the server. |
message | The message that describes the error in detail. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
code
The code intended for programmatic access. NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
errorDetails
The error details. NOTE: This property will not be serialized. It can only be populated by the server.
errorDetails?: JobErrorItem[]
Property Value
message
The message that describes the error in detail. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string