Interface: SnackError

November 26, 2020 · View on GitHub

snack-sdk

Interface: SnackError

An error that can optionally hold a file-name and line/column location.

Hierarchy

Index

Properties

Properties

Error

Error: ErrorConstructor


columnNumber

Optional columnNumber: undefined | number


fileName

Optional fileName: undefined | string


lineNumber

Optional lineNumber: undefined | number


message

message: string

Inherited from SnackError.message


name

name: string

Inherited from SnackError.name


stack

Optional stack: undefined | string

Inherited from SnackError.stack