Class: module:model/Diagnostics

module:model/Diagnostics(diagnostics, theData, obj)

new module:model/Diagnostics(diagnostics, theData, obj)

Constructs a new Diagnostics.

Parameters:
Name Type Description
diagnostics String

reason for failure

theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/Diagnostics

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a Diagnostics from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Source:

(inner) diagnostics :String

reason for failure

Type:
  • String
Source: