Viv JavaScript Runtime - v0.10.2
    Preparing search index...

    Enumeration RoleCastingBacktrackReason

    Enum specifying canonical descriptions for the possible causes of backtracking during role casting, which can be useful during debugging.

    Index

    Enumeration Members

    BlacklistedCandidate: "blacklisted role candidate"

    A prospective role candidate was blacklisted.

    BlacklistedQuorum: "blacklisted role quorum"

    A prospective role quorum was blacklisted.

    CandidateAlreadyCast: "role candidate already cast"

    A prospective role candidate was already cast in another role.

    CandidateFailedConditions: "candidate failed role conditions"

    A prospective role candidate failed the role conditions.

    CandidateNotPresent: "role candidate not present"

    A prospective role candidate was not present for a role requiring presence.

    CandidateViolatesEmbargo: "role candidate violates embargo"

    A prospective role candidate violates an embargo.

    DownstreamFailure: "downstream role could not be cast"

    The role at hand could not be cast in a way that would avoid failure while casting a downstream role (i.e., a descendant in the role-dependency forest).

    GlobalConditionsFailed: "global conditions failed"

    The global conditions for the construct failed.

    MinSlotsNotFilled: "min slots not filled"

    The casting pool was exhausted, but the minimum number of slots for a role were not filled.

    OutstandingPrecastCandidate: "outstanding precast candidate(s)"

    The maximum number of slots for a role were filled, but there were outstanding precast candidates for that role.

    PoolTooSmall: "casting pool too small"

    The casting pool contained fewer candidates than the minimum number of role slots.

    PrecastCandidateCouldNotBeCast: "precast candidate could not be cast"

    A precast candidate could not be cast in its associated role.

    PrecastCandidateNotInPool: "precast candidate not in casting pool"

    A candidate precast for a role is not included in the actual casting pool derived for the role.

    QuorumFailedConditions: "quorum failed role conditions"

    A prospective role quorum failed the role conditions.

    QuorumMemberFailedConditions: "quorum member failed role conditions"

    A member of a prospective role quorum failed the role conditions.