Skip to content

Debug Helper

Node: debugHelper · Full type: n8n-nodes-base.debugHelper · Version: 1

Parameters

Parameter Type Default Details
category options "throwError" doNothing, throwError, oom, randomData
throwErrorType options "NodeApiError" NodeApiError, NodeOperationError, Error
throwErrorMessage string "Node has thrown an error"
memorySizeValue number 10
randomDataType options "user" address, latLong, creditCard, email, ipv4, ipv6, macAddress, nanoid, ... (12 total)
nanoidAlphabet string "0123456789abcdefghijklmnopqrstuvwxyzA..."
nanoidLength string "16"
randomDataSeed string ""
randomDataCount number 10
randomDataSingleArray boolean false

Example

NODE "debugHelper" AS "Debug Helper" {
  randomDataSeed: "value"
}