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

Last Updated: 15 March, 2024