fiskaly / fiskaly-sdk-swift

fiskaly Cloud-TSE SDK for Swift/iOS
MIT License
5 stars 5 forks source link

Better Error Handling in Do Try Catch Clause #32

Open Gastrolize opened 3 years ago

Gastrolize commented 3 years ago

Hello,

when a Error comes back from your Server the SDK gives always the same Error Message "Der Vorgang konnte nicht abgeschlossen werden":

catch{ print(error.localizedDescription) }

It is possible to get the base64 String when an Error happens? Because I noticed some errors in our System based on the Transactions we sending to you, and I want to see where the error exactly is, so we could log these errors. But like I explained it always comes back the same localizedString.