Skip to content

Instantly share code, notes, and snippets.

@Tjoosten
Last active June 9, 2016 12:59
Show Gist options
  • Save Tjoosten/b0cb8b49195513e6a8dcc7261f7c812c to your computer and use it in GitHub Desktop.
Save Tjoosten/b0cb8b49195513e6a8dcc7261f7c812c to your computer and use it in GitHub Desktop.
{
"error":{
"code":"GEN-WRONG-ARGS",
"http_code":400,
"message":{
"fname":[
"The fname field is required."
],
"name":[
"The name field is required."
],
"email":[
"The email field is required."
],
"address":[
"The address field is required."
],
"city":[
"The city field is required."
],
"country":[
"The country field is required."
],
"office_phone":[
"The office phone field is required."
],
"home_phone":[
"The home phone field is required."
],
"mobile_phone":[
"The mobile phone field is required."
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment