GetMetaDataFunction Type Alias
GetMetaDataFunction = () => object | undefined
A function that returns a metadata object for a BentleyError. This is generally used for logging. However not every exception is logged, so use this if the metadata for an exception is expensive to create.
Defined in
- core/bentley/lib/cjs/BentleyError.d.ts Line 282
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.