You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ErrRoleLoop=87// Granting role '%s' to role '%s' would create a loop
151
-
ErrGrant=88// Incorrect grant arguments: %s
152
-
ErrPrivGranted=89// User '%s' already has %s access on %s '%s'
153
-
ErrRoleGranted=90// User '%s' already has role '%s'
154
-
ErrPrivNotGranted=91// User '%s' does not have %s access on %s '%s'
155
-
ErrRoleNotGranted=92// User '%s' does not have role '%s'
156
-
ErrMissingSnapshot=93// Can't find snapshot
157
-
ErrCantUpdatePrimaryKey=94// Attempt to modify a tuple field which is part of index '%s' in space '%s'
158
-
ErrUpdateIntegerOverflow=95// Integer overflow when performing '%c' operation on field %u
159
-
ErrGuestUserPassword=96// Setting password for guest user has no effect
160
-
ErrTransactionConflict=97// Transaction has been aborted by conflict
161
-
ErrUnsupportedRolePriv=98// Unsupported role privilege '%s'
162
-
ErrLoadFunction=99// Failed to dynamically load function '%s': %s
163
-
ErrFunctionLanguage=100// Unsupported language '%s' specified for function '%s'
164
-
ErrRtreeRect=101// RTree: %s must be an array with %u (point) or %u (rectangle/box) numeric coordinates
165
-
ErrProcC=102// ???
166
-
ErrUnknownRtreeIndexDistanceType=103//Unknown RTREE index distance type %s
167
-
ErrProtocol=104// %s
168
-
ErrUpsertUniqueSecondaryKey=105// Space %s has a unique secondary index and does not support UPSERT
169
-
ErrWrongIndexRecord=106// Wrong record in _index space: got {%s}, expected {%s}
170
-
ErrWrongIndexParts=107// Wrong index parts (field %u): %s; expected field1 id (number), field1 type (string), ...
171
-
ErrWrongIndexOptions=108// Wrong index options (field %u): %s
172
-
ErrWrongSchemaVaersion=109// Wrong schema version, current: %d, in request: %u
173
-
ErrSlabAllocMax=110// Failed to allocate %u bytes for tuple in the slab allocator: tuple is too large. Check 'slab_alloc_maximal' configuration option.
63
+
errCodeBit=0x8000
64
+
errNoSuchUser=45// User '%s' is not found
65
+
errPasswordMismatch=47// Incorrect password supplied for user '%s'
66
+
errUnknownRequestType=48// Unknown request type %u
0 commit comments