amazonka-codecommit-2.0: Amazon CodeCommit SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Description

 
Synopsis

Documentation

data BatchDescribeMergeConflictsError Source #

Returns information about errors in a BatchDescribeMergeConflicts operation.

See: newBatchDescribeMergeConflictsError smart constructor.

Constructors

BatchDescribeMergeConflictsError' 

Fields

Instances

Instances details
FromJSON BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Generic BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Associated Types

type Rep BatchDescribeMergeConflictsError :: Type -> Type #

Read BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Show BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

NFData BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Eq BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

Hashable BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

type Rep BatchDescribeMergeConflictsError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError

type Rep BatchDescribeMergeConflictsError = D1 ('MetaData "BatchDescribeMergeConflictsError" "Amazonka.CodeCommit.Types.BatchDescribeMergeConflictsError" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "BatchDescribeMergeConflictsError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "exceptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))