Module
Polyform.Validators.Affjax
- Package
- purescript-polyform-validators
- Repository
- lambdaterms/purescript-polyform-validators
#ResponseFormatError Source
type ResponseFormatError (err :: Row Type) = (responseFormatError :: String | err)#Error Source
type Error err = First (Variant (AffjaxError + ResponseFormatError + err))#isStatusOK Source
isStatusOK :: StatusCode -> Boolean#affjaxJson Source
affjaxJson :: forall errs. Validator Aff (Error (HttpError + AffjaxError + ResponseFormatError + errs)) (Request Json) Json