editor › Globals › ElaborateError
Class: ElaborateError
Hierarchy
↳ ElaborateError
Index
Constructors
Properties
Constructors
constructor
+ new ElaborateError(originalError: Error, info?: ISerializableObject): ElaborateError
Defined in src/util/ElaborateError.ts:4
Parameters:
| Name | Type |
|---|---|
originalError |
Error |
info? |
ISerializableObject |
Returns: ElaborateError
Properties
Private info
• info: ISerializableObject
Defined in src/util/ElaborateError.ts:4
message
• message: string
Inherited from HttpRequestError.message
Defined in node_modules/typescript/lib/lib.es5.d.ts:974
name
• name: string
Inherited from HttpRequestError.name
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
Optional stack
• stack? : string
Inherited from HttpRequestError.stack
Defined in node_modules/typescript/lib/lib.es5.d.ts:975
Static Error
▪ Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:984