google calendar trigger node

This commit is contained in:
Fendy Heryanto
2026-01-20 11:19:41 +00:00
parent 9fd700c042
commit 24fa6b8521

View File

@@ -395,6 +395,10 @@ export const presetErrorCodexMap: Partial<
`This workflow has ${count} pending execution(s) waiting to resume`,
code: 400,
},
[NcErrorType.ERR_WORKFLOW_NODE_NOT_FOUND]: {
message: (message: string) => message,
code: 400,
},
[NcErrorType.ERR_METHOD_NOT_ALLOWED]: {
message: (method: string) => `Method ${method} not allowed`,
code: 405,