FakeTurn.failure constructor

const FakeTurn.failure(
  1. AgenticException error
)

Fails with error.

Implementation

const FakeTurn.failure(AgenticException error) : this._(error: error);