Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 1.7 KB

exceptions.baseexception.md

File metadata and controls

84 lines (46 loc) · 1.7 KB

Trolley JavaScript SDK > Exceptions > BaseException

Class: BaseException

Hierarchy

Error

↳ BaseException

DownForMaintenance

ServerError

Unexpected

NotFound

Authentication

Authorization

Malformed

Index

Properties


Properties

<Static> Error

● Error: ErrorConstructor

Defined in /Users/koblas/repos/paymentrails/javascript-sdk/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:896


<Static> message

● message: string

Inherited from Error.message

Defined in /Users/koblas/repos/paymentrails/javascript-sdk/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:886


<Static> name

● name: string

Inherited from Error.name

Defined in /Users/koblas/repos/paymentrails/javascript-sdk/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:885


<Static>``<Optional> stack

● stack: *undefined | string *

Inherited from Error.stack

Overrides Error.stack

Defined in /Users/koblas/repos/paymentrails/javascript-sdk/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:887