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 12, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: