Represents a DOIP Error. This is an extension of the native JavaScript Error class.
Error
Optional
The DOIP Status code
'0.DOIP/Status.200' Copy
'0.DOIP/Status.200'
The full response message. Generally a JSON object containing a detailed message.
{ message: 'Operation not supported' } Copy
{ message: 'Operation not supported' }
Represents a DOIP Error. This is an extension of the native JavaScript
Error
class.