SimulationFixtureError class final

Raised at simulation boot when an entity's committed fixtures are missing or corrupt. The message always names the affected entity and the fixture file path (FR-009).

Implemented types
Available extensions

Constructors

SimulationFixtureError(String entity, String path, String reason)
const

Properties

entity → String
final
hashCode → int
The hash code for this object.
no setterinherited
path → String
final
reason → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFailure([StackTrace? stackTrace]) → AppFailure

Available on Exception, provided by the ExceptionToFailure extension

Convert this exception to an AppFailure
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited