AzureWorkloadErrorInfo interface
Azure storage specific error information
Properties
additional |
Additional details for above error code. |
error |
Error code. |
error |
Localized error string. |
error |
Title: Typically, the entity that the error pertains to. |
recommendations | List of localized recommendations for above error code. |
Property Details
additionalDetails
Additional details for above error code.
additionalDetails?: string
Property Value
string
errorCode
Error code.
errorCode?: number
Property Value
number
errorString
Localized error string.
errorString?: string
Property Value
string
errorTitle
Title: Typically, the entity that the error pertains to.
errorTitle?: string
Property Value
string
recommendations
List of localized recommendations for above error code.
recommendations?: string[]
Property Value
string[]