riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.ErrorResponse
data ErrorResponse Source #
Constructors
Fields
Defined in Network.Riak.Protocol.ErrorResponse
Methods
(==) :: ErrorResponse -> ErrorResponse -> Bool #
(/=) :: ErrorResponse -> ErrorResponse -> Bool #
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 #
compare :: ErrorResponse -> ErrorResponse -> Ordering #
(<) :: ErrorResponse -> ErrorResponse -> Bool #
(<=) :: ErrorResponse -> ErrorResponse -> Bool #
(>) :: ErrorResponse -> ErrorResponse -> Bool #
(>=) :: ErrorResponse -> ErrorResponse -> Bool #
max :: ErrorResponse -> ErrorResponse -> ErrorResponse #
min :: ErrorResponse -> ErrorResponse -> ErrorResponse #
showsPrec :: Int -> ErrorResponse -> ShowS #
show :: ErrorResponse -> String #
showList :: [ErrorResponse] -> ShowS #
Associated Types
type Rep ErrorResponse :: Type -> Type #
from :: ErrorResponse -> Rep ErrorResponse x #
to :: Rep ErrorResponse x -> ErrorResponse #
wireSize :: FieldType -> ErrorResponse -> WireSize #
wirePut :: FieldType -> ErrorResponse -> Put #
wirePutWithSize :: FieldType -> ErrorResponse -> PutM WireSize #
wireGet :: FieldType -> Get ErrorResponse #
wireGetPacked :: FieldType -> Get (Seq ErrorResponse) #
textPut :: ErrorResponse -> Output #
textGet :: Stream s Identity Char => Parsec s () ErrorResponse #
tellT :: String -> ErrorResponse -> Output #
getT :: Stream s Identity Char => String -> Parsec s () ErrorResponse #
getMessageInfo :: ErrorResponse -> GetMessageInfo #
reflectDescriptorInfo :: ErrorResponse -> DescriptorInfo #
mergeAppend :: ErrorResponse -> ErrorResponse -> ErrorResponse #
mergeConcat :: Foldable t => t ErrorResponse -> ErrorResponse #
defaultValue :: ErrorResponse #
getVal :: msg' -> (msg' -> ErrorResponse) -> ErrorResponse #
isSet :: msg' -> (msg' -> ErrorResponse) -> Bool #