Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SchemaParseError

Indicates a problem that has occurred when parsing a schema.

Hierarchy

  • Error
    • SchemaParseError

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • The constructor creates SchemaParseError objects.

    Parameters

    • message: string

      The error message

    Returns SchemaParseError

Properties

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Static type

type: "schema_parse_error" = "schema_parse_error"

The schema_parse_error error type

Methods

getType

  • getType(): string
  • Get the error type

    Returns string