Class: module:model/JsonApiErrorErrors

module:model/JsonApiErrorErrors(id, status, detail, theData, obj)

new module:model/JsonApiErrorErrors(id, status, detail, theData, obj)

Constructs a new JsonApiErrorErrors.

Parameters:
Name Type Description
id String

a unique identifier for this particular occurrence of the problem

status String

the HTTP status code applicable to this problem, expressed as a string value

detail String

a human-readable explanation specific to this occurrence of the problem. Like title, this field's value can be localized

theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/JsonApiErrorErrors

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a JsonApiErrorErrors 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) code :String

an application-specific error code, expressed as a string value

Type:
  • String
Source:

(inner) detail :String

a human-readable explanation specific to this occurrence of the problem. Like title, this field's value can be localized

Type:
  • String
Source:

(inner) id :String

a unique identifier for this particular occurrence of the problem

Type:
  • String
Source:
Type:
Source:

(inner) meta :Object

a meta object containing non-standard meta-information about the error

Type:
  • Object
Source:

(inner) status :String

the HTTP status code applicable to this problem, expressed as a string value

Type:
  • String
Source:

(inner) title :String

a short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization

Type:
  • String
Source: