Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InternalError

An error that indicates an error that is internal to the diffusion client.

Hierarchy

  • Error
    • InternalError

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • The constructor creates InternalError objects.

    Parameters

    • message: string

      The error message

    Returns InternalError

Properties

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Static type

type: "internal_error" = "internal_error"

The internal_error error type

Methods

getType

  • getType(): string
  • Get the error type

    Returns string