DOIP Client Library - JavaScript Version
    Preparing search index...

    Class DoipError

    Represents a DOIP Error. This is an extension of the native JavaScript Error class.

    Hierarchy

    • Error
      • DoipError
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalstatus: string
      • Optionalresponse: Json
      • Optionaloptions: { cause?: unknown }

      Returns DoipError

    Properties

    status?: string

    The DOIP Status code

    '0.DOIP/Status.200'
    
    response?: Json

    The full response message. Generally a JSON object containing a detailed message.

    { message: 'Operation not supported' }