wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Error.Cannon

Documentation

data CannonError Source #

Instances

Instances details
(Typeable (MapError e), KnownError (MapError e)) => IsSwaggerError (e :: CannonError) Source # 
Instance details

Defined in Wire.API.Error.Cannon

type MapError 'ClientGone Source # 
Instance details

Defined in Wire.API.Error.Cannon

type MapError 'ClientGone = 'StaticError 410 "general" "client gone"
type MapError 'PresenceNotRegistered Source # 
Instance details

Defined in Wire.API.Error.Cannon

type MapError 'PresenceNotRegistered = 'StaticError 404 "not-found" "presence not registered"