JSON::RPC::Constants - Constants
Contents
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
