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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.ErrorResponse

Documentation

data ErrorResponse Source #

Constructors

ErrorResponse 

Fields

Instances

Eq ErrorResponse Source # 
Data ErrorResponse Source # 

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 Source # 
Show ErrorResponse Source # 
Generic ErrorResponse Source # 

Associated Types

type Rep ErrorResponse :: * -> * #

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

Methods

tellT :: String -> ErrorResponse -> Output #

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

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

Methods

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

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

type Rep ErrorResponse Source # 
type Rep ErrorResponse = D1 (MetaData "ErrorResponse" "Network.Riak.Protocol.ErrorResponse" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" 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))))