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.
PocketOfferError
1 parent 97876da commit 242ce1eCopy full SHA for 242ce1e
src/lib.rs
@@ -207,6 +207,11 @@ pub enum OfferStatus {
207
SETTLED,
208
}
209
210
+/// An error associated with a specific PocketOffer. Can be temporary, indicating there was an issue
211
+/// with a previous withdrawal attempt and it can be retried, or it can be permanent.
212
+///
213
+/// More information on each specific error can be found on
214
+/// [Pocket's Documentation Page](<https://pocketbitcoin.com/developers/docs/rest/v1/webhooks>).
215
pub type PocketOfferError = TopupError;
216
217
#[derive(PartialEq, Eq, Debug, Clone)]
0 commit comments