JobErrorItem interface
The job error items.
Properties
code | The error code intended for programmatic access. |
message | The error message intended to describe the error in detail. |
recommendations | The recommended actions. |
Property Details
code
The error code intended for programmatic access.
code: string
Property Value
string
message
The error message intended to describe the error in detail.
message: string
Property Value
string
recommendations
The recommended actions.
recommendations?: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript