Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 178 Bytes

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);
});