LoggingMetaData Type
LoggingMetaData = GetMetaDataFunction | object | undefined
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
Defined in
- core/bentley/src/BentleyError.ts Line 313
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.