Interfaces

GraphProblem

Interface: GraphProblem

Defined in: src/lib/injection-engine/skillGraphCheckup.ts:28

One issue found by the check-up. kind: 'error' fails ok (and 'throw').

Properties

code

readonly code: GraphProblemCode

Defined in: src/lib/injection-engine/skillGraphCheckup.ts:30


from?

readonly optional from?: string

Defined in: src/lib/injection-engine/skillGraphCheckup.ts:34


kind

readonly kind: "error" | "warning"

Defined in: src/lib/injection-engine/skillGraphCheckup.ts:29


message

readonly message: string

Defined in: src/lib/injection-engine/skillGraphCheckup.ts:31


skill?

readonly optional skill?: string

Defined in: src/lib/injection-engine/skillGraphCheckup.ts:33

The skill the problem is about (unreachable/ambiguous source).


to?

readonly optional to?: string

Defined in: src/lib/injection-engine/skillGraphCheckup.ts:35

On this page