Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AlfredError

An extension of the base Error that incorperates workflow environment variables.

Hierarchy

  • Error
    • AlfredError

Index

Constructors

constructor

  • new AlfredError(message: string, name?: undefined | string, stack?: any): AlfredError

Properties

Optional ALFRED_VERSION

ALFRED_VERSION: undefined | string

Optional NODE_VERSION

NODE_VERSION: undefined | string

Optional OSX_VERSION

OSX_VERSION: undefined | string

Optional QUERY

QUERY: undefined | string

Optional WORKFLOW_VERSION

WORKFLOW_VERSION: undefined | string

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Generated using TypeDoc