simple-c2pa

This is a fork of https://gitlab.com/guardianproject/proofmode/simple-c2pa
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/simple-c2pa.git
Log | Files | Refs | README | LICENSE

commit d87d68dc6848d54539104d697f054653821d36b2
parent bf4519bb171586a6a6e236e97c0e1f93e7166120
Author: Darren Clarke <darren@redaranj.com>
Date:   Mon,  4 Dec 2023 22:42:38 +0100

Flatten errors

Diffstat:
Msrc/common.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/common.rs b/src/common.rs @@ -63,6 +63,7 @@ impl FileData { } #[derive(Error, Debug, uniffi::Error)] +#[uniffi(flat_error)] pub enum SimpleC2PAError { #[error("Failed with message: {message}")] Failure { message: String },