Daily iOS
Networking

API error design

You've found network-layer code that collapses every failure into completion(nil). As a senior engineer, how would you model API errors and carry them all the way to the screen?

Submit