mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
Sort out validation errors (#1516)
* Sort out validation errors * Typo * Fixed wasm/android build * Fixed bad merge
This commit is contained in:
@@ -87,9 +87,9 @@ impl CandidateBackingMessage {
|
||||
}
|
||||
}
|
||||
|
||||
/// Blanket error for validation failing.
|
||||
/// Blanket error for validation failing for internal reasons.
|
||||
#[derive(Debug)]
|
||||
pub struct ValidationFailed;
|
||||
pub struct ValidationFailed(pub String);
|
||||
|
||||
/// Messages received by the Validation subsystem.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user