Skip to main content

G0010

Functional Description

IF <FUNCTIONAL ERROR.Error code> is EQUAL to ‘12’
    THEN <FUNCTIONAL ERROR.Error reason> shall point to the Codelist number against which
    validation failed (ie CLxxx)
ELSE IF <FUNCTIONAL ERROR.Error code> is in SET {13, 15}
    THEN <FUNCTIONAL ERROR.Error reason> shall point to the Condition/Technical Rule number
    against which validation failed (ie Cxxxx or Txxxx),
ELSE IF <FUNCTIONAL ERROR.Error code> is EQUAL to ‘14’
    THEN <FUNCTIONAL ERROR.Error reason> shall point to the Rules/Technical Rule number against
    which validation failed (ie Rxxxx or Txxxx)
ELSE IF <FUNCTIONAL ERROR.Error code> is EQUAL to ‘50’
    THEN <FUNCTIONAL ERROR.Error reason> shall point to the Transitional Constraint number against
    which validation failed (ie Exxxx or Bxxxx),
ELSE IF <FUNCTIONAL ERROR.Error code> is in SET {51, 52}
    THEN the <FUNCTIONAL ERROR.Error reason> shall be:
    • ‘ieCAvB’ if exception is thrown by ieCA
    • ‘NCAvB’ if exception is thrown by NTA/NECA,
ELSE
    the <FUNCTIONAL ERROR.Error reason> shall have the value ‘N/A’

Technical Description

N/A