What are some common data types that might cause this error?

Responsive Ad Header

Question

Grade: Education Subject: Support
What are some common data types that might cause this error?
Asked by:
60 Viewed 60 Answers

Answer (60)

Best Answer
(295)
'Internal json-rpc error 32603' can occur if the client sends data types that the server doesn't expect or support. For example, sending a string when the server expects a number, or a boolean when an integer is required. Carefully review the expected data types defined in the JSON-RPC schema.