Wire sidecar profile data isolation

This commit is contained in:
2026-05-08 22:10:10 -04:00
parent 2bd94710df
commit 8334fcbd6e
16 changed files with 523 additions and 141 deletions
+3
View File
@@ -14,6 +14,9 @@ pub enum DomainError {
#[error("invalid file name: {value}")]
InvalidFileName { value: String },
#[error("invalid {kind} id: {value}")]
InvalidEntityId { kind: &'static str, value: String },
#[error("invalid {algorithm} download checksum: {value}")]
InvalidDownloadChecksum { algorithm: &'static str, value: String },