Skip to content

Instantly share code, notes, and snippets.

@JeremyXue77
Created May 9, 2019 04:46
Show Gist options
  • Select an option

  • Save JeremyXue77/c67d8255c94ff32f4577b2818a1ada59 to your computer and use it in GitHub Desktop.

Select an option

Save JeremyXue77/c67d8255c94ff32f4577b2818a1ada59 to your computer and use it in GitHub Desktop.
public enum NetworkError: String, Error {
case parametersNil = "Parameters were nil."
case encodingFail = "Parameters encoding failed."
case missingURL = "URL is nil."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment