AttributeError

An error on an attribute of a model.

Fields

attribute (String!)

The attribute causing the error.

code (String!)

An upper case string identifying the error.

details (JSON)

JSON representing error details (like "count" and "value") that can be used to internationalize an error message using values that vary.

key (String!)

A snake case string identifying the error.

message (String!)

An English string describing the error.

reason (String!)

A reason for the error.