WWW::Facebook::API::REST::Client::Errors is a Perl module with errors class for Client.
SYNOPSIS
use WWW::Facebook::API::REST::Client::Errors;
Error methods and data used by WWW::Facebook::API::REST::Client::Base
SUBROUTINES/METHODS
debug
A boolean set to either true or false, determining if debugging messages should be carped to STDERR for REST calls.
throw_errors
A boolean set to either true of false, signifying whether or not log_error should carp when an error is returned from the REST server.
last_call_success
A boolean. True if the last call was a success, false otherwise.
last_error
A string holding the error message of the last failed call to the REST server.
log_debug
Logs debugging message by carping parameters and xml returned by REST server. Only called if debug is true.
log_error
Logs an error, and if throw_errors is true, carps with the error code and message.
meta
From Moose
Product's homepage
Requirements:
· Perl