ErrorDetailOutput interface
The error detail.
Properties
additional |
The error additional info. |
code | The error code. |
details | The error details. |
message | The error message. |
target | The error target. |
Property Details
additionalInfo
The error additional info.
additionalInfo?: ErrorAdditionalInfoOutput[]
Property Value
code
The error code.
code?: string
Property Value
string
details
message
The error message.
message?: string
Property Value
string
target
The error target.
target?: 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