Skip to content

Instantly share code, notes, and snippets.

@Mintri1199
Created May 14, 2019 06:51
Show Gist options
  • Save Mintri1199/566a5d9bd7c7663d8748c909e2c82893 to your computer and use it in GitHub Desktop.
Save Mintri1199/566a5d9bd7c7663d8748c909e2c82893 to your computer and use it in GitHub Desktop.
enum NetworkReponse: String, 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