What is the difference between a response of -1 and 0 with a wordpress ajax plugin?
http://codex.wordpress.org/AJAX_in_Plugins
The documentation states:
Error Return Values
If the AJAX request fails when the request url is wp-admin/admin-ajax.php, it will return either -1 or 0 depending on the reason it failed.
But that's a pretty basic answer and it doesn't state what situations would trigger either type of error. Anyone have any idea?