ErrorContext
n8n-nodes-semble / core/SembleError / ErrorContext
Interface: ErrorContext¶
Defined in: core/SembleError.ts:23
Additional context information for error tracking and debugging
Properties¶
operation?¶
optional
operation:string
Defined in: core/SembleError.ts:24
resource?¶
optional
resource:string
Defined in: core/SembleError.ts:25
userId?¶
optional
userId:string
Defined in: core/SembleError.ts:26
timestamp?¶
optional
timestamp:Date
Defined in: core/SembleError.ts:27
requestId?¶
optional
requestId:string
Defined in: core/SembleError.ts:28
metadata?¶
optional
metadata:Record
\<string
,any
>
Defined in: core/SembleError.ts:29