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

Last Updated: 08 January, 2020