pub type SigningErrors = BTreeMap<usize, SignError>;
Map of input index -> the error encountered while attempting to sign that input.
pub struct SigningErrors { /* private fields */ }