For the most part, error messages look like:
```js
{ error:
{ errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/data/path/stuff/place' } }
```
But `toString()` just turns it into `[object Object]`, which is quite useless as a log message.
|
||
|---|---|---|
| .. | ||
| diagnostics | ||
| interfaces | ||
| memory | ||
| sql | ||
| threading | ||
| DiskManger.ts | ||
| FFmpegFactory.ts | ||
| Localizations.ts | ||
| NotifocationManager.ts | ||
| ObjectManagers.ts | ||
| PasswordHelper.ts | ||