imergo-om-base
v8.6.0
Published
Node module with the base objects for our imergo® frameworks.
Readme
imergo-om-base
Node module with the base JavaScript object infrastructure for our software frameworks.
Install
npm install imergo-om-baseTest
npm testCore classes
| Class | Extends | Core properties |
|-----------------|---------------|--------------------------|
| ImergoClass | - | id: UUID | String |
| Configuration | ImergoClass | - |
Core errors
| Error | Description |
|---------------------------------------|------------------------------------------------------------|
| InvalidStateError | The application/object finds itself in an invalid state |
| UnknownError | Unknown error type |
| UnspecifiedEnvironmentVariableError | Unspecified environment variable |
| UnsupportedPlatformError | The current platform is unsupported for this application |
| WrongNumberArgumentsError | A wrong number of arguments was passed to a given function |
