API Reference > imodeljs-common > iModels > BentleyStatus BentleyStatus Enumeration Standard status code. This status code should be rarely used. Prefer to throw an exception to indicate an error, rather than returning a special status code. If a status code is to be returned, prefer to return a more specific error status type such as IModelStatus or DbResult. Members Name Value Description SUCCESS 0 ERROR 32768 Defined in core/bentley/lib/BentleyError.d.ts Line 11 Last Updated: 11 June, 2024