mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:05:44 +00:00
google calendar trigger node
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user