Corrected external add document issue.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-02-19 14:26:29 -05:00
parent d85bddaa34
commit 8c73798f95
9 changed files with 76 additions and 68 deletions

View File

@@ -21,6 +21,7 @@ pub enum ErrorID {
NameAlreadyExists,
NameLanguageNotUnique,
NameNotFound,
TimeOut,
}
#[derive(Clone, Debug)]