Skip to content

Commit

Permalink
Enhancement Error Struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammadali-Akbarov committed Sep 4, 2023
1 parent 7576a33 commit 7616427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions response.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type Card struct {
type Error struct {
Message string `json:"message"`
Code int `json:"code"`
Data string `json:"data"`
Origin string `json:"origin"`
}

Expand Down

0 comments on commit 7616427

Please sign in to comment.