Skip to main content

@jewel998/state-machine - v0.0.5 / ValidationIssue

Interface: ValidationIssue

Table of contents

Properties

Properties

type

Readonly type: "error" | "warning"

Defined in

src/interfaces/StatisticsTypes.ts:9


message

Readonly message: string

Defined in

src/interfaces/StatisticsTypes.ts:10


code

Readonly code: string

Defined in

src/interfaces/StatisticsTypes.ts:11


context

Optional Readonly context: Readonly<Record<string, unknown>>

Defined in

src/interfaces/StatisticsTypes.ts:12