BentleyError Class

The error type thrown by this module. BentleyError subclasses Error to add an errorNumber member. See IModelStatus for errorNumber values.

Extends

  • Error

Methods

Name Description
constructor(errorNumber: number, message?: string, log?: LogFunction, category?: string, getMetaData?: GetMetaDataFunction): BentleyError Construct a new BentleyError  
_initName(): string Protected This function returns the name of each error status.  
Return the meta data associated with this BentleyError.  

Properties

Name Type Description
errorNumber number    
boolean Returns true if this BentleyError includes (optional) meta data.  

Defined in

Last Updated: 29 November, 2022