@strule/core - v0.0.1
    Preparing search index...

    Class InvalidStruleError

    Thrown when an execution API receives an invalid Strule value.

    Hierarchy

    • TypeError
      • InvalidStruleError
    Index

    Constructors

    Properties

    cause?: unknown
    issues: readonly ValidationIssue[]
    message: string
    name: string
    stack?: string

    Methods

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error