pub type RouteInternalError<S = ()> = RouteError<S, true>;
Expand description

This is for exposing internal errors publically. It is desirable for internal services, where you do want to expose what has gone wrong as a part of the return.

Aliased Type§

struct RouteInternalError<S = ()> { /* private fields */ }