Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Morpheus.Error.Input
Documentation
inputErrorMessage :: InputError -> Text Source #
data InputError Source #
Constructors
UnexpectedType [Prop] Text JSType | |
UndefinedField [Prop] Text | |
UnknownField [Prop] Text |
type InputValidation a = Either InputError a Source #