Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResult

An invalid result.

Hierarchy

  • ErrorResult

Index

Properties

error

error: string

The error associated with the invalid value.

invalidValue

invalidValue: unknown

The invalid value that led to the error.

isOk

isOk: false

path

path: Array<unknown>

The keys that lead to the invalid value from the parent object.

Generated using TypeDoc