Enumeration ActionTrackingResult

Action tracking middleware finish result.

Enumeration Members

Enumeration Members

Return: "return"

The action returned normally (without throwing).

Throw: "throw"

The action threw an error.