你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureStorageErrorInfo interface
Azure storage specific error information
Properties
error |
Error code. |
error |
Localized error string. |
recommendations | List of localized recommendations for above error code. |
Property Details
errorCode
Error code.
errorCode?: number
Property Value
number
errorString
Localized error string.
errorString?: string
Property Value
string
recommendations
List of localized recommendations for above error code.
recommendations?: string[]
Property Value
string[]