Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionResult<I, O>

An action result is used internally to build the source part.

Type parameters

  • I

  • O

Hierarchy

  • ActionResult

Index

Properties

Properties

Optional error

error: Error

The error raised during the handling of the action.

request

request: Action<I>

The request.

Optional response

response: O

The response related to the handled action.

Generated using TypeDoc