ConcurrencyControl.RequestError Class

Thrown when iModelHub denies or cannot process a request.

Extends

Methods

Name Description
constructor(errorNumber: number | IModelStatus | DbResult | BentleyStatus | BriefcaseStatus | RepositoryStatus | ChangeSetStatus | RpcInterfaceStatus | AuthStatus, message: string, log?: LogFunction, category?: string, getMetaData?: GetMetaDataFunction): ConcurrencyControl.RequestError    

Inherited methods

Name Inherited from Description
_initName(): string Protected BentleyError This function returns the name of each error status.
BentleyError Return the meta data associated with this BentleyError.

Properties

Name Type Description
unavailableCodes HubCode[]    
unavailableLocks HubCode[]    

Inherited properties

Name Type Inherited from Description
errorNumber number BentleyError  
boolean BentleyError Returns true if this BentleyError includes (optional) meta data.
message string Error  
name string Error  
stack undefined | string Error  

Defined in

Last Updated: 08 January, 2020