Represents an error that can be thrown during AML risk screening or pdf report generation process

Basically extends native Error class with the code property that highlights what went wrong

Hierarchy

  • Error
    • PureFIError

Constructors

Properties

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

Optional override for formatting stack traces

stackTraceLimit: number
name: string
message: string
stack?: string

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void