Jupiter ERP
Account API

ErrorResponse

Fields, types, and references to other models.

ErrorResponse (object)

FieldTypeDescription
errorsobjectDynamic list of errors

object (additional properties)

array

Elements

string

messagestringDescription of the error
Example (JSON)
{
  "message": "The password field is required.",
  "errors": {
    "password": [
      "The password field is required."
    ],
    "email": [
      "The email field must be a valid email address."
    ]
  }
}
Schema ErrorResponse · Jupiter ERP