8000 Update ERROR_ONLY_ENTERPRISE description for 3.12.5+ (#21707) · solisoft/arangodb@b2b8824 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2b8824

Browse files
authored
Update ERROR_ONLY_ENTERPRISE description for 3.12.5+ (arangodb#21707)
1 parent f8bc7fe commit b2b8824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Basics/errors.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ERROR_FILE_EXISTS,27,"file exists","Will be raised when a file already exists."
2929
ERROR_LOCKED,28,"locked","Will be raised when a resource or an operation is locked."
3030
ERROR_DEADLOCK,29,"deadlock detected","Will be raised when a deadlock is detected when accessing collections."
3131
ERROR_SHUTTING_DOWN,30,"shutdown in progress","Will be raised when a call cannot succeed because a server shutdown is already in progress."
32-
ERROR_ONLY_ENTERPRISE,31,"only enterprise version","Will be raised when an Enterprise Edition feature is requested from the Community Edition."
32+
ERROR_ONLY_ENTERPRISE,31,"only enterprise version","Will be raised when a feature is requested that is implemented in the non-public enterprise code and thus not available in custom builds."
3333
ERROR_RESOURCE_LIMIT,32,"resource limit exceeded","Will be raised when the resources used by an operation exceed the configured maximum value."
3434
ERROR_ARANGO_ICU_ERROR,33,"icu error: %s","will be raised if ICU operations failed."
3535
ERROR_CANNOT_READ_FILE,34,"cannot read file","Will be raised when a file cannot be read."

0 commit comments

Comments
 (0)
0