Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gallyga
/
n8cn
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
n8cn
/
packages
/
cli
/
src
/
errors
/
variable-count-limit-reached.error.ts
gallyga
Add n8n Chinese version
aec3094
8 months ago
raw
Copy download link
history
blame
contribute
delete
108 Bytes
import
{
UserError
}
from
'n8n-workflow'
;
export
class
VariableCountLimitReachedError
extends
UserError
{}