Options
All
  • Public
  • Public/Protected
  • All
Menu

Custom error class for errors specific to Virgil SDK.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new VirgilError(m: string, name?: string, DerivedClass?: any): VirgilError
  • Parameters

    • m: string
    • Default value name: string = "VirgilError"
    • Default value DerivedClass: any = VirgilError

    Returns VirgilError

Properties

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor