Handling Exceptions
The evCreate API functions throw exceptions of the standard Error
type with an error description. For asynchronous operations, the error description is passed to the reject callback of the returned Promise
.
27 March 2025
The evCreate API functions throw exceptions of the standard Error
type with an error description. For asynchronous operations, the error description is passed to the reject callback of the returned Promise
.