Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Yu <[email protected]>
  • Loading branch information
pingyu committed Aug 28, 2023
1 parent a7470f1 commit d244bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub enum Error {
#[error("Duplicate key insertion")]
DuplicateKeyInsertion,
/// Failed to resolve a lock
#[error("Failed to resolve lock")]
#[error("Failed to resolve lock, live locks: {0:?}")]
ResolveLockError(Vec<kvrpcpb::LockInfo>),
/// Will raise this error when using a pessimistic txn only operation on an optimistic txn
#[error("Invalid operation for this type of transaction")]
Expand Down

0 comments on commit d244bfc

Please sign in to comment.