Home Reference Source
public class | since 0.1.0 | source

ListError

Extends:

Error → ListError

Error used by list router

Constructor Summary

Public Constructor
public

constructor(message: string, errorType: string)

Calls parent constructor, resets name, adds errorType, and captures stack trace.

since 0.1.0

Member Summary

Public Members
public
public

Public Constructors

public constructor(message: string, errorType: string) since 0.1.0 source

Calls parent constructor, resets name, adds errorType, and captures stack trace.

Params:

NameTypeAttributeDescription
message string

Error message

errorType string

Error type

Public Members

public errorType: string source

public name: string source