Scroll to navigation

JSON::RPC::Constants(3pm) User Contributed Perl Documentation JSON::RPC::Constants(3pm)

NAME

JSON::RPC::Constants - Constants

SYNOPSIS

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

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_ERROR

RPC_INVALID_REQUEST

RPC_METHOD_NOT_FOUND

RPC_INVALID_PARAMS

RPC_INTERNAL_ERROR

2021-01-03 perl v5.32.0