Jupiter ERP
Account API

ErrorResponse

Felder, Typen und Verweise auf andere Modelle.

ErrorResponse (object)

FeldTypBeschreibung
errorsobjectDynamic list of errors

object (zusätzliche Properties)

array

Elemente

string

messagestringDescription of the error
Beispiel (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