Skip to content

Instantly share code, notes, and snippets.

@hiraq
Created March 24, 2012 02:40
Show Gist options
  • Save hiraq/2177708 to your computer and use it in GitHub Desktop.
Save hiraq/2177708 to your computer and use it in GitHub Desktop.
Amazon Error Request
<?php
$is_valid = $amazon->response()->isRequestValid();
if(!$is_valid) {
//get error type and messages
debug($amazon->response()->getErrors());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment