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