mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-16 09:03:46 -05:00
Add error message to API response
This commit is contained in:
@@ -171,8 +171,10 @@ impl Image {
|
||||
}
|
||||
},
|
||||
_ => unreachable!()
|
||||
})
|
||||
}},
|
||||
}),
|
||||
},
|
||||
error: self.error.clone()
|
||||
},
|
||||
time: self.time_ms
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user