data/action_result library
Classes
- ActionFailed
-
The action refused (HTTP 422 — Filament's
Halt), or any other non-2xx (403, 404, 500). message is its failure notification title when it declared one. - ActionResult
- The outcome of running a record action.
- ActionSuccess
- The action ran. message is the action's own success notification title when it declared one — null is ordinary, and the client shows its own generic confirmation then.