Created
August 11, 2018 18:26
-
-
Save vialyx/54c52e0aa9d3768752af5f155eff9565 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
// TODO: - Create a new error | |
var error = EmailValidationError.empty | |
// TODO: - OR type-inferred | |
var signupError: EmailValidationError = .invalid | |
error = .noDomain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment