|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
JSONRPC2Error.INVALID_PARAMS exception if the input
string doesn't match a value in the specified string array.
JSONRPC2Error.INVALID_PARAMS exception if the input
string doesn't match a constant name in the specified enumeration
class.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter by the specified name.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter by the specified name, its value is null, or
its type doesn't map to the specified.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter by the specified name or its type doesn't map to the
specified.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter at the specified position.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter at the specified position, its value is null,
or its type doesn't map to the specified.
JSONRPC2Error.INVALID_PARAMS exception if there is
no parameter at the specified position or its type doesn't map to the
specified.
JSONRPC2Error.INVALID_PARAMS if the specified
names aren't contained in the parameters, or names outside the
specified are contained.
JSONRPC2Error.INVALID_PARAMS if the specified
mandatory names aren't contained in the parameters, or names outside
the specified mandatory and optional are contained.
JSONRPC2ParamsType.ARRAY,
JSONRPC2ParamsType.OBJECT or
JSONRPC2ParamsType.NO_PARAMS).
JSONRPC2ParamsType.ARRAY,
JSONRPC2ParamsType.OBJECT or
JSONRPC2ParamsType.NO_PARAMS).
true if a parameter by the specified name exists,
otherwise false.
true a parameter at the specified position exists,
otherwise false.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||