Skip to content

Instantly share code, notes, and snippets.

@dinotrnka
Created January 17, 2023 12:17
Show Gist options
  • Save dinotrnka/1b1bcee253b0bb3c0e449d68f251514a to your computer and use it in GitHub Desktop.
Save dinotrnka/1b1bcee253b0bb3c0e449d68f251514a to your computer and use it in GitHub Desktop.
import Foundation
enum APIError: String, Error {
case jsonDecoding
case response
case noInternet // Added this
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment