Dimension Service API  2.0.0
api index

ErrorDetail Object

since: 0.6
This object sometimes appears as a child of a top-level Error object.

Fields

fieldID
0.6optional
string
Identifies a problematic or related field.
fieldValue
0.6optional
string
The value of the field identified by fieldID.
errorID
0.6optional
string
The service may provide a well-known, documented identifier for an error condition specific to the field identified by fieldID. For example, the enclosing Error object may report a general error type if multiple fields failed validation and then report specific errors on a field-by-field basis.
errorMessage
0.6optional
string
A localized error message corresponding to this object's errorID field. Clients may display this field to the user, but the same caveats listed in Error.errorMessage apply.

Related API Objects