coons-patch
    Preparing search index...

    Class ValidationError

    Custom error class for validation-related errors. Extends the built-in Error class.

    Hierarchy

    • Error
      • ValidationError
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • message: string = ...

      Returns ValidationError

    Properties

    cause?: unknown
    name: string
    message: string
    stack?: string