Home Reference Source Test
public class | source

InstallerError

Extends:

Error → InstallerError

Installer Error

Constructor Summary

Public Constructor
public

constructor(options: Object)

Creates an InstallerError.

Member Summary

Public Members
public

Error name.

public

Custom payload object.

public

Error type (one of the Installer.operations).

Public Constructors

public constructor(options: Object) source

Creates an InstallerError.

Params:

NameTypeAttributeDescription
options Object
  • optional
  • default: {}

options

options.type String
  • optional
  • default: ''

The error type key (Installer.operations).

options.payload Object
  • optional
  • default: {}

A custom payload object.

options.error Error
  • optional
  • default: {}

Error object.

Public Members

public name: String source

Error name.

public payload: Object source

Custom payload object.

public type: String source

Error type (one of the Installer.operations).