Crate whynot_errors

Source

Structs§

AppError
Global error type Use in basically all scenarios where an error is needed.
SetupError

Functions§

html_ok
Shortcut to wrap a result in html. Will consume the input.
json_ok
Shortcut to wrap a result in json. Will consume the input.

Type Aliases§

AppResult
Use this for most functions that return a result
HtmlResult
If you are returning HTML, use this.
JsonResult
If you are returning JSON, use this.
SetupResult