pub type CaptureResult = Result<(), JsonError>;
Result returned by JSON capture handlers.
pub enum CaptureResult { Ok(()), Err(JsonError), }
Contains the success value
Contains the error value