Promise
Functions
Link copied to clipboard
Report an error which wasn't caused by an exception.
Report an exception, with default error code. Useful in catch-all scenarios where it's unclear why the error occurred.
Reject with a code and userInfo WritableMap.
Report an error without an exception using a custom code and error message.
Report an exception with a custom code.
Report an exception, with default error code, with userInfo. Useful in catch-all scenarios where it's unclear why the error occurred.
Report an error with a custom code, error message and userInfo, an error not caused by an exception.
Report an exception with a custom code and error message.
Report an exception with a custom code and userInfo.
Report an exception with a custom code, error message and userInfo.