ServerError Class
Extends
Extended by
Methods
| Name | Description | |
|---|---|---|
| constructor(errorNumber: number, message: string, log?: LogFunction): ServerError |
Inherited methods
| Name | Inherited from | Description |
|---|---|---|
| _initName(): string Protected | BentleyError | This function returns the name of each error status. |
| getMetaData(): any | BentleyError | Return the meta data associated with this BentleyError. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| errorNumber | number | BentleyError | |
| hasMetaData | boolean | BentleyError | Returns true if this BentleyError includes (optional) meta data. |
| string | Error | ||
| name | string | Error | |
| stack | undefined | string | Error |
Defined in
Last Updated: 08 January, 2020