new RemoteError()
- Source:
Extends
Methods
(static) RemoteError#getErrorCode() → {Number|Null}
Get the field value
If available, the code for the error encountered.
- Source:
Returns:
must be a long integer,
- Type
- Number | Null
(static) RemoteError#getErrorDetail() → {String|Null}
Get the field value
Detailed information on the error. This is engineering information for troubleshooting.
- Source:
Returns:
- Type
- String | Null
(static) RemoteError#getErrorMessage() → {String}
Get the field value
A concise description of the error (fixme: the value 13 is suspicious)
- Source:
Returns:
- Type
- String
(static) RemoteError#setErrorCode(errorCode)
Set the field value
If available, the code for the error encountered.
Parameters:
Name | Type | Description |
---|---|---|
errorCode |
Number | Null | must be a long integer, |
- Source:
(static) RemoteError#setErrorDetail(errorDetail)
Set the field value
Detailed information on the error. This is engineering information for troubleshooting.
Parameters:
Name | Type | Description |
---|---|---|
errorDetail |
String | Null |
- Source:
(static) RemoteError#setErrorMessage(errorMessage)
Set the field value
A concise description of the error (fixme: the value 13 is suspicious)
Parameters:
Name | Type | Description |
---|---|---|
errorMessage |
String |
- Source: