Basic Usage
Creating an Enhanced Error Object
Here's a simple example demonstrating how to create an enhanced error object:
Setting Properties
You can set various properties like the error code and severity level:
Accessing Properties
You can easily retrieve the properties you've set:
Last updated