Enumeration: ActionTrackingResult
Action tracking middleware finish result.
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
Return | "return" | The action returned normally (without throwing). |
Throw | "throw" | The action threw an error. |
Action tracking middleware finish result.
| Enumeration Member | Value | Description |
|---|---|---|
Return | "return" | The action returned normally (without throwing). |
Throw | "throw" | The action threw an error. |