Module apikit::reject[][src]

Expand description

Commonly used rejections and recovery procedures.

Structs

BadRequest

Maps to an HTTP 400.

Forbidden

Maps to an HTTP 403.

InternalServerError

Maps to an HTTP 500.

NotFound

Maps to an HTTP 404.

Functions

recover

Catch-all recover routine.