StorageSyncInnerErrorDetails interface
Error Details オブジェクト。
プロパティ
call |
エラーの呼び出し履歴。 |
inner |
内部エラーの例外。 |
inner |
内部エラーの呼び出し履歴。 |
message | エラーのエラー メッセージ。 |
プロパティの詳細
callStack
エラーの呼び出し履歴。
callStack?: string
プロパティ値
string
innerException
内部エラーの例外。
innerException?: string
プロパティ値
string
innerExceptionCallStack
内部エラーの呼び出し履歴。
innerExceptionCallStack?: string
プロパティ値
string
message
エラーのエラー メッセージ。
message?: string
プロパティ値
string