OperationStatusHistoryItem interface
作業状況履歴項目
プロパティ
| error |
ステータスが failed の場合、エラーコード |
| error |
ステータスが失敗の場合、エラーメッセージ |
| status | 操作の状態 |
| timestamp | ステータスが設定された UTC 時刻 |
プロパティの詳細
errorCode
ステータスが failed の場合、エラーコード
errorCode?: string
プロパティ値
string
errorMessage
ステータスが失敗の場合、エラーメッセージ
errorMessage?: string
プロパティ値
string
status
操作の状態
status: string
プロパティ値
string
timestamp
ステータスが設定された UTC 時刻
timestamp: Date
プロパティ値
Date