gargantext-0.0.7.1.5.3: Search, map, share
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.API.Routes.Types

Documentation

data WithCustomErrorScheme a #

Instances

Instances details
HasEndpoint sub => HasEndpoint (WithCustomErrorScheme sub :: Type) # 
Instance details

Defined in Gargantext.API.Routes.Types

HasSwagger (WithCustomErrorScheme GargAPI) # 
Instance details

Defined in Gargantext.API.Routes

HasServer subApi ctx => HasServer (WithCustomErrorScheme subApi :: Type) ctx # 
Instance details

Defined in Gargantext.API.Routes.Types

Associated Types

type ServerT (WithCustomErrorScheme subApi) m #

Methods

route :: Proxy (WithCustomErrorScheme subApi) -> Context ctx -> Delayed env (Server (WithCustomErrorScheme subApi)) -> Router env #

hoistServerWithContext :: Proxy (WithCustomErrorScheme subApi) -> Proxy ctx -> (forall x. m x -> n x) -> ServerT (WithCustomErrorScheme subApi) m -> ServerT (WithCustomErrorScheme subApi) n #

type ServerT (WithCustomErrorScheme subApi :: Type) m # 
Instance details

Defined in Gargantext.API.Routes.Types

type ServerT (WithCustomErrorScheme subApi :: Type) m = GargErrorScheme -> ServerT subApi m