We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If an error occurred with js cloud code, the skygear-node returns an error like this:
{"error":"error message"}
skygear-server expects the data in common.ExecError format:
common.ExecError
{"error":{"name":"<error type>","code":10000,"message":"<error message>"}}
referencing issue at SkygearIO/skygear-server#232
The text was updated successfully, but these errors were encountered:
Return error to skygear-server in correct format
a4336eb
refs SkygearIO#127
1f1b381
87258a8
2783a33
Ref. #127
cheungpat
No branches or pull requests
If an error occurred with js cloud code, the skygear-node returns an error like this:
skygear-server expects the data in
common.ExecError
format:referencing issue at SkygearIO/skygear-server#232
The text was updated successfully, but these errors were encountered: