Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All error response objects contain an array of input parameters that produced errors. From the example above "field" is the parameter name. Each field may contain one or more error codes along with a related message. Common codes are empty, exists, format, length, and valid, but many more are available. The error code is always the index of the error message, and is used primarily as in identifying the type of error encountered.

...