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 |
---|---|---|
ERROR | ||
SUCCESS |
Defined in
- core/bentley/lib/cjs/BentleyError.d.ts Line 10
Last Updated: 15 May, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.