LoggingMetaData Type alias
Optional metadata attached to a BentleyError. May either be an object or a function that returns an object.
If this exception is logged and metadata is present, the metaData object is attached to the log entry via JSON.stringify
LoggingMetaData = GetMetaDataFunction | object | undefined
Defined in
- core/bentley/src/BentleyError.ts Line 356
Last Updated: 20 June, 2023