Created
May 9, 2019 04:46
-
-
Save JeremyXue77/c67d8255c94ff32f4577b2818a1ada59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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