hyper63 / hyper63/hyper-adapter-spider
return hyper-esque errors
Open
errors
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
update cloud.hyper adapters to return hyper-esque errors on managed errors and rejected promises on an unhandled exception.
Each adapter method in the case of handled exceptions should return a resolved promise that resolves to a hyper error
A hyper error consists of:
ok: false
msg: optional: string
status: optional: integer
Unhandled exceptions the adapter should return a rejected promise. We should get this oob.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.