Skip to content

Instantly share code, notes, and snippets.

@zender
Last active August 29, 2016 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zender/595fe3ad1288b4fa2d0432ba9431614b to your computer and use it in GitHub Desktop.
Save zender/595fe3ad1288b4fa2d0432ba9431614b to your computer and use it in GitHub Desktop.
Errors
{
"success": false,
"errors": {
"specification": {
"date_start": [
"The test needs a start date"
],
"duration": [
"Duration cannot be blank"
],
"language": [
"The test needs a language"
],
"description": [
"Every test needs a description to introduce our testers to the project"
],
"form": [
"You need to create a usability test form in order to give testers instructions for your test."
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment