Skip to main content

RootServerException

Extends

  • Error

Constructors

Constructor

new RootServerException(code: number, message: string, callingFunction: Function | undefined): RootServerException

Parameters

ParameterTypeDefault value
codenumberRootServerExceptionType.Unspecified
messagestring""
callingFunctionFunction | undefinedundefined

Returns

RootServerException

Overrides

Error.constructor

Properties

code

code: number

Methods

toString()

toString(): string

Returns a string representation of an object.

Returns

string