diff --git a/src/box/errcode.h b/src/box/errcode.h index 3b2fe4f8e73b82f2a890266241c1ec2da526f86f..ada9e9e6b9caecd60cb7023d7c100f06bdd07cbe 100644 --- a/src/box/errcode.h +++ b/src/box/errcode.h @@ -164,9 +164,9 @@ struct errcode_record { /*108 */_(ER_WRONG_INDEX_OPTIONS, 2, "Wrong index options (field %u): %s") \ /*109 */_(ER_WRONG_SCHEMA_VERSION, 2, "Wrong schema version, current: %d, in request: %u") \ /*110 */_(ER_SLAB_ALLOC_MAX, 2, "Failed to allocate %u bytes for tuple in the slab allocator: tuple is too large. Check 'slab_alloc_maximal' configuration option.") \ - /*112 */_(ER_WRONG_SPACE_OPTIONS, 2, "Wrong space options (field %u): %s") \ - /*113 */_(ER_UNSUPPORTED_INDEX_FEATURE, 2, "Index '%s' (%s) of space '%s' (%s) does not support %s") \ - /*114 */_(ER_VIEW_IS_RO, 2, "View '%s' is read-only") \ + /*111 */_(ER_WRONG_SPACE_OPTIONS, 2, "Wrong space options (field %u): %s") \ + /*112 */_(ER_UNSUPPORTED_INDEX_FEATURE, 2, "Index '%s' (%s) of space '%s' (%s) does not support %s") \ + /*113 */_(ER_VIEW_IS_RO, 2, "View '%s' is read-only") \ /*