
Google::Checkout::General::Error

use Google::Checkout::General::Error; my $error = Google::Checkout::General::Error->new(-1, "Error message"); print "$error\n";

Module to manage errors. All errors are handled by this object.
Constructor. Takes an error code and string. The '""' string operator is overloaded so it's possible to just 'print $error'.
Returns the error code.
Returns the error string.

Copyright 2006 Google. All rights reserved.
