Skip to content

Commit

Permalink
fix: add idempotency_error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Jan 12, 2023
1 parent 204d56d commit 0e842f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ pub enum ErrorType {
Authentication,
#[serde(rename = "card_error")]
Card,
#[serde(rename = "idempotency_error")]
IdempotencyError,
#[serde(rename = "invalid_request_error")]
InvalidRequest,
#[serde(rename = "rate_limit_error")]
Expand Down

0 comments on commit 0e842f5

Please sign in to comment.