hocker-1.0.3: Interact with the docker registry and generate nix build instructions

Copyright(C) 2016 Awake Networks
LicenseApache-2.0
MaintainerAwake Networks <opensource@awakenetworks.com>
Stabilitystable
Safe HaskellSafe
LanguageHaskell2010

Hocker.Types.Exceptions

Description

 

Documentation

data HockerException Source #

Instances

Read HockerException Source # 
Show HockerException Source # 
Generic HockerException Source # 
Exception HockerException Source # 
NFData HockerException Source # 

Methods

rnf :: HockerException -> () #

MonadError HockerException Hocker # 
type Rep HockerException Source # 
type Rep HockerException = D1 * (MetaData "HockerException" "Hocker.Types.Exceptions" "hocker-1.0.3-A4IgjESPKYNAf6ayskyck6" False) (C1 * (MetaCons "HockerException" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "baseMsg") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * String)) ((:*:) * (S1 * (MetaSel (Just Symbol "expected") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe String))) (S1 * (MetaSel (Just Symbol "received") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe String))))))