你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ErrorMessage interface
Error response containing message and code.
Properties
code | standard error code |
details | detailed summary of error |
message | standard error description |
Property Details
code
standard error code
code?: string
Property Value
string
details
detailed summary of error
details?: string
Property Value
string
message
standard error description
message?: string
Property Value
string