Skip to main content

LittlePayError

@littleapp/little-pay-api / Exports / LittlePayError

Class: LittlePayError

Hierarchy

  • Error

    LittlePayError

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new LittlePayError(code, message): LittlePayError

Parameters

NameType
codeErrorCode
messagestring

Returns

LittlePayError

Overrides

Error.constructor

Properties

code

code: ErrorCode


message

message: string

Inherited from

Error.message


name

name: string

Overrides

Error.name


stack

Optional stack: string

Inherited from

Error.stack


prepareStackTrace

Static Optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

See

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

Type declaration

▸ (err, stackTraces): any

Parameters
NameType
errError
stackTracesCallSite[]
Returns

any

Inherited from

Error.prepareStackTrace


stackTraceLimit

Static stackTraceLimit: number

Inherited from

Error.stackTraceLimit

Methods

captureStackTrace

captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

NameType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

Error.captureStackTrace