Class: ErrorValue
Extends
BaseClient
Constructors
Constructor
new ErrorValue(
ctx?
,_id?
,_name?
,_value?
):ErrorValue
Constructor is used for internal usage only, do not create object from it.
Parameters
ctx?
Context
_id?
_name?
string
_value?
Returns
ErrorValue
Overrides
BaseClient.constructor
Methods
id()
id():
Promise
<ErrorValueID
>
A unique identifier for this ErrorValue.
Returns
Promise
<ErrorValueID
>
name()
name():
Promise
<string
>
The name of the value.
Returns
Promise
<string
>
value()
value():
Promise
<JSON
>
The value.
Returns
Promise
<JSON
>