Skip to content

nooschain v0.1.0


nooschain / snapshots/snapshot-types / SnapshotVerificationIssue

Interface: SnapshotVerificationIssue

Defined in: snapshots/snapshot-types.ts:74

One issue found while verifying a snapshot.

Properties

code

code: string

Defined in: snapshots/snapshot-types.ts:78

Stable issue code.


message

message: string

Defined in: snapshots/snapshot-types.ts:80

Human-readable verifier message.


severity

severity: "error" | "warning"

Defined in: snapshots/snapshot-types.ts:76

Error fails verification; warning is informational.

Audience-first NOOSChain documentation.