IActionOutcome interface
すべてのアクション結果の基本クラス。
プロパティ
| failure |
エラーの理由。 |
| id | 操作の ID。 |
| outcome | アクションの成功または失敗を示します。 |
| type | 結果の種類。 |
プロパティの詳細
failureReason
エラーの理由。
failureReason?: string
プロパティ値
string
id
操作の ID。
id: string
プロパティ値
string
outcome
アクションの成功または失敗を示します。
outcome: string
プロパティ値
string
type
結果の種類。
type: string
プロパティ値
string