inferno-vc-0.1.0: Version control server for Inferno
Safe HaskellSafe-Inferred
LanguageHaskell2010

Inferno.VersionControl.Operations.Error

Documentation

data VCStoreError Source #

Instances

Instances details
FromJSON VCStoreError Source # 
Instance details

Defined in Inferno.VersionControl.Operations.Error

ToJSON VCStoreError Source # 
Instance details

Defined in Inferno.VersionControl.Operations.Error

Generic VCStoreError Source # 
Instance details

Defined in Inferno.VersionControl.Operations.Error

Associated Types

type Rep VCStoreError :: Type -> Type #

Show VCStoreError Source # 
Instance details

Defined in Inferno.VersionControl.Operations.Error

type Rep VCStoreError Source # 
Instance details

Defined in Inferno.VersionControl.Operations.Error

type Rep VCStoreError = D1 ('MetaData "VCStoreError" "Inferno.VersionControl.Operations.Error" "inferno-vc-0.1.0-KyAO1GZuiEv4oyOIVKzzQ6" 'False) (((C1 ('MetaCons "CouldNotDecodeObject" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VCObjectHash) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :+: C1 ('MetaCons "CouldNotFindObject" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VCObjectHash))) :+: (C1 ('MetaCons "CouldNotFindPath" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath)) :+: C1 ('MetaCons "CouldNotFindHead" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VCObjectHash)))) :+: ((C1 ('MetaCons "TryingToAppendToNonHead" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VCObjectHash)) :+: C1 ('MetaCons "InvalidHash" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))) :+: (C1 ('MetaCons "UnexpectedObjectType" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VCObjectHash) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :+: C1 ('MetaCons "TryingToDeleteNonAutosave" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))))