Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Error
    • PBError

Index

Constructors

Properties

Methods

Constructors

constructor

  • new PBError(code: number, message: string): PBError
  • Parameters

    • code: number
    • message: string

    Returns PBError

Properties

code

code: number

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Methods

toHexValue

  • toHexValue(value: number): string
  • Parameters

    • value: number

    Returns string

toString

  • toString(): string
  • Returns string

Generated using TypeDoc