feat: add more cases to disambiguate update custom namespace error
This commit is contained in:
parent
f13916a49a
commit
920cc69729
|
|
@ -352,6 +352,9 @@ pub enum ErrorCode {
|
||||||
AccessRequestAlreadyExists = 1043,
|
AccessRequestAlreadyExists = 1043,
|
||||||
CustomNamespaceDisabled = 1044,
|
CustomNamespaceDisabled = 1044,
|
||||||
CustomNamespaceDisallowed = 1045,
|
CustomNamespaceDisallowed = 1045,
|
||||||
|
CustomNamespaceTooShort = 1046,
|
||||||
|
CustomNamespaceTooLong = 1047,
|
||||||
|
CustomNamespaceReserved = 1048,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ErrorCode {
|
impl ErrorCode {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue