Skip to main content

Overview of error messages

If an error is detected during merging, an error message will be displayed in the Git console. Please refer to Example of how to deal with errors during merging to resolve the error.

Error message structure

Error messages are structured and displayed as follows.

  • Error code
  • Error summary
  • Error details

Example of error message

` [ERROR:e1001] Model "Abort XXX" is conflicted. File: UseCaseModel-A.nmdl Id: XXXX "Description" field: Own is "XX", Other is "YY". "Unit" field: Own is "cm/s", Other is "m/s". ``

Details of error messages

The structure of the error message is shown below.

1. Error code

The following is displayed at the beginning of the error message. For error codes, refer to the Error Code column in the Error Summary table.

[ERROR: Error code]

2. Error summary

Then the following messages are displayed depending on the target.

No.CategoryTargetContentError codeError message
1FileSchema versionConflict in file schema versione0001File versions are different.
2Editing conflictModelChanges in field values conflicte1001Model "{model name}" is conflicted.
3Deletion of a model conflicts with changes in the field values of that modele1002Model "{model name}" is conflicted by deleting and editing.
4Deletion of a parent model conflicts with changes in the field values of a child modele1002Model "{model name}" is conflicted by deleting and editing. Note 1
5RelationshipChanges in field values conflicte2001Relation of "{relation source model name}" is conflicted. Note 2
6Deletion of a related or source/destination model conflicts with a change to a related field value.e2002Relation of "{source model name}" is conflicted by deleting and editing. Note 2
7Deletion of a related or source/destination parent model conflicts with a change to a related field value.e2002Relation of "{source model name}" is conflicted by deleting and editing. Note 2, Note 3
8Interaction modelChanges to interaction elements conflict.e3000Interaction Model "{model name}" is conflicted.
9Product line modelChanges to feature models conflict.e4001Feature Model "{feature name}" is conflicted.
10Feature assignment conflicts.e4002Feature Condition Formula of "{model name}" is conflicted.
11Configuration changes conflicte4003Configration "{Product name}" is conflicted.
12Constraints between features conflicte4004Constraint of "{Feature name of constraint's related source}" is conflicted.
13ProfileProfile changes conflicte5000Profile is conflicted.
14ProjectProject changes conflicte6001Project is conflicted.
15Trace setting information conflicte6002Trace Setting "{Trace setting name}" is conflicted.
16Settings not included in the calculation of trace coverage conflicte6003Trace Excluded Setting is conflicted.
17Error due to model inconsistencyModel, relationshipOwnership relationship becomes a circular referencee9001"{Model name of the reference source}" contains circular reference.
18Multiple parentse9002"{Model name}" has multiple owners.
19ProjectInconsistencies detected by project mergee9003The merge has resulted in inconsistencies in the project.
  • Note 1: The error code and message are the same as in No. 3.
  • Note 2: A similar message is displayed in the case of a conflict between associations.
  • Note 3: The error code and message are the same as in No. 6.

3. Error details

The following is displayed indented after the message.

  • File name
  • Displays the file name that contains the conflicting target element.

    File : UseCaseModel-A.nmdl

  • Model ID
  • Displays the ID of the target element whose name is displayed in the error message.

    Example Id: XXXX

  • Field conflict information
  • Lists information about conflicting fields.

    Example "{field name}" field: Own is{Changes in the current branch (own)}, Other is{Changes in the specified other branch (other)}.