Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 178 Bytes

error-events.md

File metadata and controls

11 lines (8 loc) · 178 Bytes

Error Events

The api/js-api has an error handler event where you can subscribe

Example

alfrescoJsApi.on('error', error => {
    console.log(error);
});