CelmRefusalReason enum

Why a run could not start, or could not be permitted.

Inheritance
Available extensions

Values

goalUnknown → const CelmRefusalReason

The pack defines no such goal.

goalUnsatisfiable → const CelmRefusalReason

The goal's parameters or constraints cannot be satisfied.

notPermitted → const CelmRefusalReason

The action is not in the manifest's allow-list, or the caller's constraints forbid it.

regimeViolation → const CelmRefusalReason

The action does not fit the declared loop regime.

stepUnknown → const CelmRefusalReason

A resumption named a step the goal does not contain.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromString(String value) CelmRefusalReason

Constants

values → const List<CelmRefusalReason>
A constant List of the values in this enum, in order of their declaration.