riak-protobuf-0.23.0.0: Haskell types for the Riak protocol buffer API

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.ErrorResponse

Documentation

data ErrorResponse #

Constructors

ErrorResponse 

Fields

Instances

Eq ErrorResponse # 
Data ErrorResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ErrorResponse -> c ErrorResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ErrorResponse #

toConstr :: ErrorResponse -> Constr #

dataTypeOf :: ErrorResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ErrorResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ErrorResponse) #

gmapT :: (forall b. Data b => b -> b) -> ErrorResponse -> ErrorResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ErrorResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ErrorResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ErrorResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ErrorResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ErrorResponse -> m ErrorResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ErrorResponse -> m ErrorResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ErrorResponse -> m ErrorResponse #

Ord ErrorResponse # 
Show ErrorResponse # 
Generic ErrorResponse # 

Associated Types

type Rep ErrorResponse :: * -> * #

GPB ErrorResponse # 
Wire ErrorResponse # 
TextMsg ErrorResponse # 
TextType ErrorResponse # 

Methods

tellT :: String -> ErrorResponse -> Output #

getT :: Stream s Identity Char => String -> Parsec s () ErrorResponse #

ReflectDescriptor ErrorResponse # 
Mergeable ErrorResponse # 
Default ErrorResponse # 
MessageAPI msg' (msg' -> ErrorResponse) ErrorResponse # 

Methods

getVal :: msg' -> (msg' -> ErrorResponse) -> ErrorResponse #

isSet :: msg' -> (msg' -> ErrorResponse) -> Bool #

type Rep ErrorResponse # 
type Rep ErrorResponse = D1 * (MetaData "ErrorResponse" "Network.Riak.Protocol.ErrorResponse" "riak-protobuf-0.23.0.0-2Z8vM1xlilCK5eAleoVkhn" False) (C1 * (MetaCons "ErrorResponse" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "errmsg") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ByteString)) (S1 * (MetaSel (Just Symbol "errcode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Word32))))