Skip to content

Commit

Permalink
add error documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed May 16, 2024
1 parent cda5a0e commit 6c90823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmls/src/group/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ pub enum CreateGroupContextExtProposalError<StorageError> {
/// See [`CreateCommitError`] for more details.
#[error(transparent)]
CreateCommitError(#[from] CreateCommitError<StorageError>),
/// Error writing updated group to storage.
#[error("Error writing updated group data to storage.")]
StorageError(StorageError),
}
Expand Down

0 comments on commit 6c90823

Please sign in to comment.