ApiErrorEvent
n8n-nodes-semble / core/EventSystem / ApiErrorEvent
Interface: ApiErrorEvent¶
Defined in: core/EventSystem.ts:132
Base event interface
Extends¶
Properties¶
timestamp¶
timestamp:
number
Defined in: core/EventSystem.ts:17
Inherited from¶
source¶
source:
string
Defined in: core/EventSystem.ts:18
Inherited from¶
id¶
id:
string
Defined in: core/EventSystem.ts:19
Inherited from¶
type¶
type:
"api.error"
Defined in: core/EventSystem.ts:133
Overrides¶
endpoint¶
endpoint:
string
Defined in: core/EventSystem.ts:134
error¶
error:
string
Defined in: core/EventSystem.ts:135
statusCode?¶
optional
statusCode:number
Defined in: core/EventSystem.ts:136