Interface ParseOptions

Options used during parsing.

Hierarchy

Properties

context?: any

The custom context.

earlyReturn?: boolean

If true then parsing is aborted after the first issue is encountered.

Default

false
errorMessage?: string | ErrorMessageCallback

A message that is passed to ValidationError if issues are raised during parsing.