Arrea.Result (Arrea v1.0.0)

Copy Markdown View Source

Result of an Arrea engine operation.

Fields

  • successtrue if the operation was successful, false otherwise
  • data — The value returned by the operation (can be any term)
  • failures — List of individual failures in parallel executions

Summary

Types

t()

@type t() :: %Arrea.Result{data: any(), failures: list(), success: boolean()}