[][src]Module sudoku_backend::ops::routes::catchers

Handlers that catch various error states.

Structs

RESPONSE_404

Lazy error value for 404s

RESPONSE_500

Lazy error value for 500s

Statics

static_rocket_catch_info_for_internal_server_error
static_rocket_catch_info_for_not_found

Functions

internal_server_error

Handler for 500s, returning RESPONSE_500.

not_found

Handler for 404s, returning RESPONSE_404.