noAuthBytes=[]byte(`{"error":"Auth token or HTTP key required","message":"Auth token or HTTP key required","code":16}`)
rpcIdMustBeSetBytes=[]byte(`{"error":"RPC ID must be set","message":"RPC ID must be set","code":3}`)
rpcFunctionNotFoundBytes=[]byte(`{"error":"RPC function not found","message":"RPC function not found","code":5}`)
internalServerErrorBytes=[]byte(`{"error":"Internal Server Error","message":"Internal Server Error","code":13}`)
badJsonBytes=[]byte(`{"error":"json: cannot unmarshal object into Go value of type string","message":"json: cannot unmarshal object into Go value of type string","code":3}`)