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::Constants - Constants

Debug

JSONRPC_DEBUG
           Set  to  true  if PERL_JSONRPC_DEBUG environmental variable is set to a value that evaluates to true.
           False otherwise.

           This controls debug output of the module.

Json Rpc Values

       These values are defined as per JSON RPC RFC.

   RPC_PARSE_ERRORRPC_INVALID_REQUESTRPC_METHOD_NOT_FOUNDRPC_INVALID_PARAMSRPC_INTERNAL_ERROR
perl v5.40.0                                       2024-09-25                          JSON::RPC::Constants(3pm)

Name

       JSON::RPC::Constants - Constants

Synopsis

           use JSON::RPC::Constants qw(:all);
           # or, import one by one

See Also