logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

JSON::RPC::Common::Procedure::Return::Version_2_0::Error - JSON-RPC 2.0 error class.

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This class implements 2.0 error objects.

       "code" and "message" are mandatory.

       See JSON::RPC::Common::Procedure::Return::Error.

Name

       JSON::RPC::Common::Procedure::Return::Version_2_0::Error - JSON-RPC 2.0 error class.

Synopsis

               my $return_with_error = $call->return_error("foo");

Version

       version 0.11

See Also