DOKK / manpages / debian 12 / libjson-rpc-perl / JSON::RPC::Constants.3pm.en
JSON::RPC::Constants(3pm) User Contributed Perl Documentation JSON::RPC::Constants(3pm)

JSON::RPC::Constants - Constants

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

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.

These values are defined as per JSON RPC RFC.

RPC_PARSE_ERROR

RPC_INVALID_REQUEST

RPC_METHOD_NOT_FOUND

RPC_INVALID_PARAMS

RPC_INTERNAL_ERROR

2022-06-15 perl v5.34.0