SystemContext
Introduction
Properties
Property
Type
Description
Methods
Method
Return Type
Description
Example Usage
const error = new ErrorEnhanced([
new SystemContextEnhancer()
]);
// Setting properties
error
.setEnvironment('development');
// Accessing properties
console.log(error.environment); // 'development'
console.log(error.nodeVersion); // 'v14.x.x'