Skip to content

Instantly share code, notes, and snippets.

@Mintri1199
Created May 14, 2019 06:51
Show Gist options
  • Save Mintri1199/f6279faa899ceb2821e421f4109e5761 to your computer and use it in GitHub Desktop.
Save Mintri1199/f6279faa899ceb2821e421f4109e5761 to your computer and use it in GitHub Desktop.
enum NetworkReponse: String, Error { // Conform to Error
case authenticationError = "You need to be authenticated first."
case badRequest = "Bad Request"
case outdated = "The url you requested is outdated."
case failed = "Network request failed."
case noData = "Response returned with no data to decode."
case unableToDecode = "We could not decode the response."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment