@itwin/appui-abstract
Version:
iTwin.js UI abstractions
13 lines • 594 B
TypeScript
/** @packageDocumentation
* @module Utilities
*/
import { BentleyError, GetMetaDataFunction } from "@itwin/core-bentley";
/** iTwin.js UI UiError class is a subclass of BentleyError. Errors are logged.
* @public @deprecated in 4.3 - will not be removed until after 2026-06-13. Use [[Bentley.BentleyError]] instead.
*/
export declare class UiError extends BentleyError {
category: string;
/** Constructs UiError using BentleyError. */
constructor(category: string, message: string, errorNumber?: number, getMetaData?: GetMetaDataFunction);
}
//# sourceMappingURL=UiError.d.ts.map