You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Coding error can cause cloud code runtime to return unexpected data. Instead of returning a parse error to the user, the error object could provide more information.
Currently skygear-server returns this:
{"error":{"name":"UnexpectedError","code":10000,"message":"failed to parse response: json: cannot unmarshal string into Go value of type common.ExecError"}}
The text was updated successfully, but these errors were encountered:
Coding error can cause cloud code runtime to return unexpected data. Instead of returning a parse error to the user, the error object could provide more information.
Currently skygear-server returns this:
The text was updated successfully, but these errors were encountered: