Skip to content

Instantly share code, notes, and snippets.

@stefanosala
Created October 11, 2011 09:49
Show Gist options
  • Save stefanosala/1277727 to your computer and use it in GitHub Desktop.
Save stefanosala/1277727 to your computer and use it in GitHub Desktop.
array(4) {
["value"]=>
string(2) "ko"
["message"]=>
string(23) "Unable to validate poi."
["app_error_code"]=>
int(0)
["errors"]=>
array(4) {
[0]=>
array(2) {
["key"]=>
string(4) "name"
["errors"]=>
array(1) {
[0]=>
string(30) "This value should not be blank"
}
}
[1]=>
array(2) {
["key"]=>
string(6) "valley"
["errors"]=>
array(1) {
[0]=>
string(30) "This value should not be blank"
}
}
[2]=>
array(2) {
["key"]=>
string(11) "poiCategory"
["errors"]=>
array(1) {
[0]=>
string(30) "This value should not be blank"
}
}
[3]=>
array(2) {
["key"]=>
string(11) "geoLocation"
["errors"]=>
array(2) {
[0]=>
array(2) {
["key"]=>
string(8) "latitude"
["errors"]=>
array(1) {
[0]=>
string(30) "This value should not be blank"
}
}
[1]=>
array(2) {
["key"]=>
string(9) "longitude"
["errors"]=>
array(1) {
[0]=>
string(30) "This value should not be blank"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment