translateStatus MethodStatic @beta
Localize an error status
translateStatus(status: number): string
@returns a localized error message
| Parameter | Type | Description |
|---|---|---|
| status | number | one of the status values from BentleyStatus, IModelStatus or DbResult |
Returns - string
a localized error message
Defined in
- core/frontend/src/IModelApp.ts Line 775
Last Updated: 05 January, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.