We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459dcd7 commit cda300aCopy full SHA for cda300a
1 file changed
rust/crates/truapi/src/v01/payment.rs
@@ -128,13 +128,13 @@ pub enum HostPaymentTopUpError {
128
InsufficientFunds,
129
/// The source account was not found or is invalid.
130
InvalidSource,
131
- /// Catch-all.
132
- Unknown { reason: String },
133
/// Some coins were claimed but the total fell short of the requested amount.
134
PartialPayment {
135
/// Amount that was successfully credited.
136
credited: Balance,
137
},
+ /// Catch-all.
+ Unknown { reason: String },
138
}
139
140
/// Error from [`crate::api::Payment::request`].
0 commit comments