Search results
error :: forall m. MonadEffect m => String -> m Unit
error :: String -> Effect Unit
Write an error to the console.
The type of JavaScript errors
error :: String -> Error
Create a JavaScript error, specifying a message
error :: FileReader -> Effect Foreign
error :: EventType
Error :: ReadyState
error :: EventType
The possible errors that can occur when making an Affjax request.
error :: EventType
error :: forall chunk. Error -> ReadableStreamController chunk -> Effect Unit
Error :: ExitCode
Error class and type which correspond to JavaScript Error class.
M Error
error :: Deferred => String -> Promise Unit
error :: Path -> String -> DecodeError
Constructs an error from a path and message (no further causes).
Error :: RequestRedirect
Error :: { code :: Int, data :: Maybe Json, message :: String } -> Error
error :: forall d. EncodeJson d => Int -> String -> Maybe d -> Error
Error :: LogLevel
Error :: BenchmarkEventName
Error :: forall a. ParseError -> ParseResult a
error :: forall eff m. MonadEff (console :: CONSOLE | eff) m => String -> m Unit
error :: ClassName
error :: ClassName
error :: ClassName
error :: String -> Effect Unit
Log with error level, using default logger.
Error :: forall i o. (ParseError i) -> ParseResult i o
error :: forall o i. Stream i -> ParseResult i o
Error :: RequestRedirect
Error :: forall error output. error -> FormFieldResult error output
error :: String -> Effect Unit
Adds an error issue
Error :: DataExecutionState
error :: forall a e. PickerValue e a -> Maybe e
error :: forall message. IncomingMessage message => Event message (Error -> Effect Unit)
error :: Event Response (Error -> Effect Unit)
error :: Transaction -> Maybe Error
If the transaction was aborted, returns the error (a DOMException) providing the reason.
error :: Transaction -> Maybe Error
If the transaction was aborted, returns the error (a DOMException) providing the reason.
Error :: String -> ValidationMessage
Error :: Status
error :: Status
error :: Icons
error :: forall m. MonadLogger m => TagSet -> String -> m Unit
Error :: LogLevel
Error :: RawResponse -> Failure
error :: Event Pool (Error -> Client -> Effect Unit)
Error :: Foreign -> ReplicationEvent
Error :: DType
error :: Option FormControlOption (Boolean)
error :: Option FormHelperTextOption (Boolean)
error :: Option FormLabelOption (Boolean)
error :: Option InputOption (Boolean)
error :: Option InputLabelOption (Boolean)
error :: Option TextFieldOption (Boolean)
error :: StringConst "error"
error :: Instance -> String -> Effect Unit
Error :: forall error value. error -> Result error value
Error :: forall a. String -> a -> Console a
error :: forall r. String -> Run (console :: CONSOLE | r) Unit
Error :: Level
Error :: forall e a. (Error -> Eff e a) -> DbEvent e a
Error :: String -> UhOhSpaghetto
Error :: RequestRedirect
error :: GPUCompilationMessageType
error :: forall err errors. SingletonVariantRecord err errors => Record err -> OneOfTheseErrors errors
errorH :: forall rw. EventHandle1 (Stream rw) Error
errorH :: forall connectionType. EventHandle1 (Server connectionType) Error
errorH :: EventHandle1 ChildProcess SystemError
errorH :: EventHandle1 UnsafeChildProcess SystemError
errorP :: forall m a. MonadP m => ParseError -> m a
errorH :: forall s. Stream s => EventHandle1 s Error
error' :: forall o i. Stream i -> Set String -> Boolean -> ParseResult i o
errorE :: EventHandle1 Client Error
https://node-postgres.com/apis/client#error
errorE :: EventHandle2 Pool Error Client
https://node-postgres.com/apis/pool#error
errorH :: forall endpoint. EventHandle1 (Http2Session endpoint) Error
errorH :: forall endpoint. EventHandle1 (Http2Stream endpoint) Error
errorAt :: forall i m. Index i m => i -> ForeignError -> ForeignError
errored :: forall rw. Stream rw -> Effect Boolean
ErrorAt :: String -> ParseError
errored :: ClassName
ErrorMsg :: String -> ParseError
error300 :: HTTPError
A Multiple Choices
error
error301 :: HTTPError
A Moved Permanently
error
error302 :: HTTPError
A Found
error
error303 :: HTTPError
A See Other
error
error304 :: HTTPError
A Not Modified
error
error305 :: HTTPError
A Use Proxy
error
error307 :: HTTPError
A Temporary Redirect
error
error400 :: HTTPError
A Bad Request
error
error401 :: HTTPError
A Unauthorized
error
error402 :: HTTPError
A Payment Required
error
error403 :: HTTPError
A Forbidden
error
error404 :: HTTPError
A Not Found
error
error405 :: HTTPError
A Method Not Allowed
error
error406 :: HTTPError
A Not Acceptable
error
error407 :: HTTPError
A Proxy Authentication Required
error
error409 :: HTTPError
A Conflict
error
error410 :: HTTPError
A Gone
error
error411 :: HTTPError
A Length Required
error
error412 :: HTTPError
A Precondition Failed
error
error413 :: HTTPError
A Request Entity Too Large
error
error414 :: HTTPError
A Request-URI Too Large
error
error415 :: HTTPError
A Unsupported Media Type
error
error416 :: HTTPError
A Request range not satisfiable
error
error417 :: HTTPError
A Expectation Failed
error
error418 :: HTTPError
A I'm a teapot
error
error422 :: HTTPError
A Unprocessable Entity
error
error500 :: HTTPError
A Internal Server Error
error
error501 :: HTTPError
A Not Implemented
error
error502 :: HTTPError
A Bad Gateway
error
error503 :: HTTPError
A Service Unavailable
error
error504 :: HTTPError
A Gateway Time-out
error
error505 :: HTTPError
A HTTP Version not supported
error
errorKey :: forall a. Proxy a
errorShow :: forall m a. MonadEffect m => Show a => a -> m Unit
errorShow :: forall a. Show a => a -> Effect Unit
Write an error value to the console, using its Show
instance to produce a
String
.
errorHelp :: Chunk Doc -> ParserHelp
errorShow :: Deferred => String -> Promise Unit
ErrorCode :: Int -> ErrorCode
errorShow :: forall eff m a. Show a => MonadEff (console :: CONSOLE | eff) m => a -> m Unit
errorShow :: forall r a. Show a => a -> Run (console :: CONSOLE | r) Unit
A type synonym that lets you pick out just the error type from your form row.