# Functions
ErrorToFrameworkStatus converts an error to a framework status.
PredicateMetadata returns predicate metadata stored in CycleState.
PredicateResultToFrameworkStatus converts a predicate result (PredicateFailureReason + error) to a framework status.
PriorityMetadata returns priority metadata stored in CycleState.
# Constants
PredicatesStateKey is the key in CycleState to PredicateStateData.
PrioritiesStateKey is the key in CycleState to PrioritiesStateData.
# Structs
PredicatesStateData is a pointer to PredicateMetadata.
PrioritiesStateData is a pointer to PrioritiesMetadata.