///|
pub suberror InvokeError {
  InvalidInput(msg~ : String)
  FactorizationFailed(remaining~ : BigInt)
}