@_tenum_t _tFbcSBMLErrorCode_t_t _tCodes_t _tfor_t _tall_t _tSBML_t-_tlevel_t _terrors_t _tand_t _twarnings_t _tfrom_t _tthe_t '_tfbc_t' _tpackage_t.
_tThese_t _tare_t _tdistinguished_t _tfrom_t _tother_t _tSBML_t _terror_t _tcodes_t _tby_t _thaving_t _ta_t _tnumber_t _tbetween_t _t2000000_t _tand_t _t2099999_t.
Enumerator |
---|
FbcUnknown | Unknown error from fbc
|
FbcNSUndeclared | The fbc ns is not correctly declared
|
FbcElementNotInNs | Element not in fbc namespace
|
FbcDuplicateComponentId | Duplicate 'id' attribute value
|
FbcSBMLSIdSyntax | Invalid 'id' attribute
|
FbcAttributeRequiredMissing | Required fbc:required attribute on <sbml>
|
FbcAttributeRequiredMustBeBoolean | The fbc:required attribute must be Boolean
|
FbcRequiredFalse | The fbc:required attribute must be 'false'
|
FbcOnlyOneEachListOf | One of each list of allowed
|
FbcNoEmptyListOfs | ListOf elements cannot be empty
|
FbcLOFluxBoundsAllowedElements | Allowed elements on ListOfFluxBounds
|
FbcLOObjectivesAllowedElements | Allowed elements on ListOfObjectives
|
FbcLOFluxBoundsAllowedAttributes | Allowed attributes on ListOfFluxBounds
|
FbcLOObjectivesAllowedAttributes | Allowed attributes on ListOfObjectives
|
FbcActiveObjectiveSyntax | Type of activeObjective attribute
|
FbcActiveObjectiveRefersObjective | ActiveObjective must reference Objective
|
FbcModelMustHaveStrict | 'Strict' attribute required on <model>
|
FbcModelStrictMustBeBoolean | 'Strict' attribute must be boolean
|
FbcLOGeneProductsAllowedElements | Allowed elements on ListOfGeneProducts
|
FbcLOGeneProductsAllowedAttributes | Allowed attributes on ListOfGeneProducts
|
FbcLOUserConstraintsAllowedElements | |
FbcLOUserConstraintsAllowedAttributes | |
FbcSpeciesAllowedL3Attributes | Species allowed attributes
|
FbcSpeciesChargeMustBeInteger | Charge must be integer
|
FbcSpeciesFormulaMustBeString | Chemical formula must be string
|
FbcSpeciesChargeMustBeDouble | Charge must be double
|
FbcFluxBoundAllowedL3Attributes | <fluxBound> may only have 'metaId' and 'sboTerm' from L3 namespace
|
FbcFluxBoundAllowedElements | <fluxBound> may only have <notes> and <annotations> from L3 Core
|
FbcFluxBoundRequiredAttributes | Invalid attribute found on <fluxBound> object
|
FbcFluxBoundRectionMustBeSIdRef | Datatype for 'fbc:reaction' must be SIdRef
|
FbcFluxBoundNameMustBeString | The attribute 'fbc:name' must be of the data type string
|
FbcFluxBoundOperationMustBeEnum | The attribute 'fbc:operation' must be of data type FbcOperation
|
FbcFluxBoundValueMustBeDouble | The attribute 'fbc:value' must be of the data type double
|
FbcFluxBoundReactionMustExist | 'fbc:reaction' must refer to valid reaction
|
FbcFluxBoundsForReactionConflict | Conflicting set of FluxBounds for a reaction
|
FbcObjectiveAllowedL3Attributes | <objective> may only have 'metaId' and 'sboTerm' from L3 namespace
|
FbcObjectiveAllowedElements | <objective> may only have <notes> and <annotations> from L3 Core
|
FbcObjectiveRequiredAttributes | Invalid attribute found on <objective> object
|
FbcObjectiveNameMustBeString | The attribute 'fbc:name' must be of the data type string
|
FbcObjectiveTypeMustBeEnum | The attribute 'fbc:type' must be of data type FbcType.
|
FbcObjectiveOneListOfObjectives | An <objective> must have one <listOfFluxObjectives> .
|
FbcObjectiveLOFluxObjMustNotBeEmpty | <listOfFluxObjectives> subobject must not be empty
|
FbcObjectiveLOFluxObjOnlyFluxObj | Invalid element found in <listOfFluxObjectives>
|
FbcObjectiveLOFluxObjAllowedAttribs | <listOfFluxObjectives> may only have 'metaId' and 'sboTerm' from L3 core
|
FbcFluxObjectAllowedL3Attributes | <fluxObjective> may only have 'metaId' and 'sboTerm' from L3 namespace
|
FbcFluxObjectAllowedElements | <fluxObjective> may only have <notes> and <annotations> from L3 Core
|
FbcFluxObjectRequiredAttributes | Invalid attribute found on <fluxObjective> object
|
FbcFluxObjectNameMustBeString | The attribute 'fbc:name' must be of the data type string
|
FbcFluxObjectReactionMustBeSIdRef | Datatype for 'fbc:reaction' must be SIdRef
|
FbcFluxObjectReactionMustExist | 'fbc:reaction' must refer to valid reaction
|
FbcFluxObjectCoefficientMustBeDouble | The attribute 'fbc:coefficient' must be of the data type double
|
FbcFluxObjectCoefficientWhenStrict | The 'fbc:coefficient' must be declared when strict
|
FbcFluxObjectiveVariableTypeMustBeFbcVariableTypeEnum | |
FbcFluxObjectReaction2MustBeSIdRef | Datatype for 'fbc:reaction' must be SIdRef
|
FbcFluxObjectReaction2MustExist | 'fbc:reaction' must refer to valid reaction
|
FbcReactionOnlyOneGeneProdAss | One GeneProductAssociation in a Reaction
|
FbcReactionAllowedAttributes | Fbc attributes on a Reaction
|
FbcReactionLwrBoundSIdRef | LowerBound must be SIdRef
|
FbcReactionUpBoundSIdRef | UpperBound must be SIdRef
|
FbcReactionLwrBoundRefExists | LowerBound must point to Parameter
|
FbcReactionUpBoundRefExists | UpperBound must point to Parameter
|
FbcReactionMustHaveBoundsStrict | Reaction must have bounds when strict
|
FbcReactionConstantBoundsStrict | Reaction bounds constant when strict
|
FbcReactionBoundsMustHaveValuesStrict | Reaction bounds must have values when strict
|
FbcReactionBoundsNotAssignedStrict | Reaction bounds not assigned when strict
|
FbcReactionLwrBoundNotInfStrict | LowerBound cannot be INF when strict
|
FbcReactionUpBoundNotNegInfStrict | UpperBound cannot be -INF when strict
|
FbcReactionLwrLessThanUpStrict | LowerBound less than upperBound when strict
|
FbcSpeciesReferenceConstantStrict | SpeciesReferences must be constant when strict
|
FbcSpeciesRefsStoichMustBeRealStrict | Stoichiometry of SpeciesReferences must be real valued when strict
|
FbcSpeciesRefNotAssignedStrict | SpeciesReference not target of InitialAssignment when strict"
|
FbcGeneProdAssocAllowedCoreAttribs | Allowed core attributes on <GeneProductAssociation>
|
FbcGeneProdAssocAllowedCoreElements | Allowed core elements on <GeneProductAssociation>
|
FbcGeneProdAssocAllowedAttribs | Allowed fbc attributes on <GeneProductAssociation>
|
FbcGeneProdAssocIdSyntax | 'fbc:id' must have SId syntax
|
FbcGeneProdAssocContainsOneElement | <GeneProductAssociation> must contain one concrete object
|
FbcGeneProdAssocNameMustBeString | 'fbc:name' must be string
|
FbcGeneProdRefAllowedCoreAttribs | Allowed core attributes on <GeneProductRef>
|
FbcGeneProdRefAllowedCoreElements | Allowed core elements on <GeneProductRef>
|
FbcGeneProdRefAllowedAttribs | Allowed fbc attributes on <GeneProductRef>
|
FbcGeneProdRefGeneProductSIdRef | 'fbc:geneProduct' must be SIdRef
|
FbcGeneProdRefGeneProductExists | 'fbc:geneProduct' must point to existing <GeneProduct>
|
FbcAndAllowedCoreAttributes | Allowed core attributes on <And>
|
FbcAndAllowedCoreElements | Allowed core elements on <And>
|
FbcAndTwoChildren | <And> must have at least two child elements
|
FbcOrAllowedCoreAttributes | Allowed core attributes on <Or>
|
FbcOrAllowedCoreElements | Allowed core elements on <Or>
|
FbcOrTwoChildren | <Or> must have at least two child elements
|
FbcGeneProductAllowedCoreAttributes | Allowed core attributes on <GeneProduct>
|
FbcGeneProductAllowedCoreElements | Allowed core elements on <GeneProduct>
|
FbcGeneProductAllowedAttributes | Allowed fbc attributes on <GeneProduct>
|
FbcGeneProductLabelMustBeString | 'fbc:label' must be string
|
FbcGeneProductLabelMustBeUnique | 'fbc:label' must be unique
|
FbcGeneProductNameMustBeString | 'fbc:name' must be string
|
FbcGeneProductAssocSpeciesMustExist | 'fbc:associatedSpecies' must point to existing <species>
|
FbcUserDefinedConstraintComponentAllowedCoreAttributes | |
FbcUserDefinedConstraintComponentAllowedCoreElements | |
FbcUserDefinedConstraintComponentAllowedAttributes | |
FbcUserDefinedConstraintComponentCoefficientMustBeParameter | |
FbcUserDefinedConstraintComponentVariableMustBeReactionOrParameter | |
FbcUserDefinedConstraintComponentVariableTypeMustBeFbcVariableTypeEnum | |
FbcUserDefinedConstraintComponentNameMustBeString | |
FbcUserDefinedConstraintComponentVariable2MustBeReactionOrParameter | |
FbcUserDefinedConstraintAllowedCoreAttributes | |
FbcUserDefinedConstraintAllowedCoreElements | |
FbcUserDefinedConstraintAllowedAttributes | |
FbcUserDefinedConstraintAllowedElements | |
FbcUserDefinedConstraintLowerBoundMustBeParameter | |
FbcUserDefinedConstraintUpperBoundMustBeParameter | |
FbcUserDefinedConstraintNameMustBeString | |
FbcUserDefinedConstraintLOUserDefinedConstraintComponentsAllowedCoreElements | |
FbcUserDefinedConstraintLOUserDefinedConstraintComponentsAllowedCoreAttributes | |
FbcKeyValuePairAllowedCoreAttributes | |
FbcKeyValuePairAllowedCoreElements | |
FbcKeyValuePairAllowedAttributes | |
FbcKeyValuePairKeyMustBeString | |
FbcKeyValuePairNameMustBeString | |
FbcKeyValuePairValueMustBeString | |
FbcKeyValuePairKvp_uriMustBeString | |
FbcSBaseLOKeyValuePairsAllowedAttributes | |
FbcSBaseLOKeyValuePairsAllowedCoreAttributes | |