1JSON::RPC::Constants(3)User Contributed Perl DocumentatioJnSON::RPC::Constants(3)
2
3
4
6 JSON::RPC::Constants - Constants
7
9 use JSON::RPC::Constants qw(:all);
10 # or, import one by one
11
13 JSONRPC_DEBUG
14 Set to true if PERL_JSONRPC_DEBUG environmental variable is set to
15 a value that evaluates to true. False otherwise.
16
17 This controls debug output of the module.
18
20 These values are defined as per JSON RPC RFC.
21
22 RPC_PARSE_ERROR
23 RPC_INVALID_REQUEST
24 RPC_METHOD_NOT_FOUND
25 RPC_INVALID_PARAMS
26 RPC_INTERNAL_ERROR
27perl v5.30.1 2020-01-30 JSON::RPC::Constants(3)