Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JellyfishError

The interface that all Jellyfish Error classes should implement.

Hierarchy

  • Error
    • JellyfishError

Index

Properties

expected: boolean

True if the error could be expected in normal circumstances.

i.e. if expected is true, this error isn't a result of a bug or an out-of-memory or segmentation-fault error etc.

message: string
name: string
stack?: string

Generated using TypeDoc