-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
RefactorRefactors part of the codeRefactors part of the code
Description
Implement methods for constructing error structs for the various types of errors we define.
Current Usage:
// Lines 64-67, 88-93, 167-170, 186-189
Error {
source: None,
error_kind: DomainErrorKind::Internal(InternalErrorKind::Other(
"Some error message".to_string(),
)),
}
Proposed Usage
Error::internal("At least one recipient is required")
Metadata
Metadata
Assignees
Labels
RefactorRefactors part of the codeRefactors part of the code
Type
Projects
Status
No status