Created
October 11, 2011 09:49
-
-
Save stefanosala/1277727 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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