Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConfigurationError

Configuration Error class is designed to control every error being thrown by wrong configurations for objects

param

Error Code

  • IncorrectProvider - When provider doesn't have implemented send or sendAsync methods
  • UnspecifiedNetwork - When network is not specified for naming service configurations
  • UnspecifiedUrl - When url is not specified for custom naming service configurations
param

optional param to specify which namingService errored out

Hierarchy

  • Error
    • ConfigurationError

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly code

message

message: string

Optional Readonly method

method: undefined | string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Generated using TypeDoc