feat: add more cases to disambiguate update custom namespace error

This commit is contained in:
Zack Fu Zi Xiang 2024-10-25 14:48:09 +08:00
parent f13916a49a
commit 920cc69729
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -352,6 +352,9 @@ pub enum ErrorCode {
AccessRequestAlreadyExists = 1043,
CustomNamespaceDisabled = 1044,
CustomNamespaceDisallowed = 1045,
CustomNamespaceTooShort = 1046,
CustomNamespaceTooLong = 1047,
CustomNamespaceReserved = 1048,
}
impl ErrorCode {