Skip to content

Commit

Permalink
Update errors.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored May 24, 2024
1 parent 9f3cad8 commit 74256d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmls/src/group/mls_group/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ pub enum RemoveMembersError<StorageError> {
StorageError(StorageError),
}

/// Update group membership error
#[derive(Error, Debug, PartialEq, Clone)]
pub enum UpdateGroupMembershipError<StorageError> {
/// See [`LibraryError`] for more details.
Expand Down

0 comments on commit 74256d6

Please sign in to comment.