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/lib/cjs/BentleyError.d.ts Line 287
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.