你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageSyncInnerErrorDetails interface
Error Details 对象。
属性
call |
错误的调用堆栈。 |
inner |
内部错误的异常。 |
inner |
内部错误的调用堆栈。 |
message | 错误的错误消息。 |
属性详细信息
callStack
错误的调用堆栈。
callStack?: string
属性值
string
innerException
内部错误的异常。
innerException?: string
属性值
string
innerExceptionCallStack
内部错误的调用堆栈。
innerExceptionCallStack?: string
属性值
string
message
错误的错误消息。
message?: string
属性值
string