Download: JSON-RPC-Common-0.06.tar.gz
Dependencies
Annotate this POD
JSON::RPC::Common::Procedure::Return::Version_2_0::Error - JSON-RPC 2.0 error class.
my $return_with_error = $call->return_error("foo");
This class implements 2.0 error objects.
code and message are mandatory.
code
message
See JSON::RPC::Common::Procedure::Return::Error.