Error
Represents an API error.
Array [
]
error
object
Represents details of an error.
code string
The error code.
message string
The description of the error.
details string[]
Details for the errors of any parameter value.
fieldErrors
object[]
List of field errors associated with the main error.
field string
Identifies the JSON request field.
error string
The problem associated with the field.