你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudErrorProperties interface
Cloud error object properties.
Properties
code | Error code |
message | Error message indicating why the operation failed. |
Property Details
code
Error code
code?: string
Property Value
string
message
Error message indicating why the operation failed.
message?: string
Property Value
string