Hugging Face
Models
Datasets
Spaces
Community
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
/
workflow-history-version-not-found.error.ts
gallyga
Add n8n Chinese version
aec3094
8 months ago
raw
Copy download link
history
blame
contribute
delete
125 Bytes
import
{
UnexpectedError
}
from
'n8n-workflow'
;
export
class
WorkflowHistoryVersionNotFoundError
extends
UnexpectedError
{}