| 455 | |
| 456 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 457 | pub struct ErrorPattern { |
| 458 | pub id: i64, |
| 459 | pub error_hash: String, |
| 460 | pub error_kind: String, |
| 461 | pub message: String, |
| 462 | pub file_hint: String, |
| 463 | pub symbol_hint: String, |
| 464 | pub first_seen: u64, |
| 465 | pub last_seen: u64, |
| 466 | pub hit_count: i64, |
| 467 | } |
| 468 | |
| 469 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 470 | pub struct ErrorSolution { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…