Created
April 8, 2014 13:08
-
-
Save YoEight/10121458 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
NotExist: Doesn't exist | |
NotPresent: Not submitted | |
NotNumber t@Text: "#{t}" is not a number | |
NotLetter t@Text: "#{t}" doesn't only contain letters | |
NotValidEmail t@Text: "#{t}" is not a valid email address | |
NotValidName t@Text: "#{t}" is not a valid name | |
ParsecError t@Text: Syntax error: #{t} | |
LengthGreater t@Text i@Int: "#{t}" is longer than #{show i} characters | |
LowerThan ii@Integer: is greater than #{show ii} | |
Invalid t@Text: #{show t} is invalid | |
Empty: is empty | |
Exist: already exists |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment