API Reference > bentleyjs-core > Errors > RepositoryStatus RepositoryStatus Enumeration Beta Should these be internal? Return codes for methods which perform repository management operations Members Name Value Description Success 0 ServerUnavailable 86017 The repository server did not respond to a request LockAlreadyHeld 86018 A requested lock was already held by another briefcase SyncError 86019 Failed to sync briefcase manager with server InvalidResponse 86020 Response from server not understood PendingTransactions 86021 An operation requires local changes to be committed or abandoned LockUsed 86022 A lock cannot be relinquished because the associated object has been modified CannotCreateChangeSet 86023 An operation required creation of a ChangeSet, which failed InvalidRequest 86024 Request to server not understood ChangeSetRequired 86025 A change set committed to the server must be integrated into the briefcase before the operation can be completed CodeUnavailable 86026 A requested DgnCode is reserved by another briefcase or in use CodeNotReserved 86027 A DgnCode cannot be released because it has not been reserved by the requesting briefcase CodeUsed 86028 A DgnCode cannot be relinquished because it has been used locally LockNotHeld 86029 A required lock is not held by this briefcase RepositoryIsLocked 86030 Repository is currently locked, no changes allowed ChannelConstraintViolation 86031 Channel write constraint violation, such as an attempt to write outside the designated channel. Defined in core/bentley/src/BentleyError.ts Line 190 Last Updated: 11 June, 2024