Interface: BasicError
Hierarchy
Error↳
BasicError
Implemented by
Properties
code
• code: string | number
Defined in
onekijs/packages/onekijs-framework/src/types/error.ts:5
message
• message: string
Inherited from
Error.message
Defined in
oneki.github.io/node_modules/typescript/lib/lib.es5.d.ts:974
name
• name: string
Inherited from
Error.name
Defined in
oneki.github.io/node_modules/typescript/lib/lib.es5.d.ts:973
payload
• payload: AnonymousObject<any>
Defined in
onekijs/packages/onekijs-framework/src/types/error.ts:6
stack
• Optional stack: string
Inherited from
Error.stack
Defined in
oneki.github.io/node_modules/typescript/lib/lib.es5.d.ts:975