Module jonix.common

Enum Class StatusDetailTypeSeverityMasterFiless

java.lang.Object
java.lang.Enum<StatusDetailTypeSeverityMasterFiless>
com.tectonica.jonix.common.codelist.StatusDetailTypeSeverityMasterFiless
All Implemented Interfaces:
OnixCodelist, Serializable, Comparable<StatusDetailTypeSeverityMasterFiless>, Constable

public enum StatusDetailTypeSeverityMasterFiless extends Enum<StatusDetailTypeSeverityMasterFiless> implements OnixCodelist
Enum that corresponds to ONIX Codelist 261

Description: Status detail type severity (master files)

Jonix-Comment: Introduced in Onix3

See Also:
  • Enum Constant Details

    • Unclassifiable

      public static final StatusDetailTypeSeverityMasterFiless Unclassifiable
      Use ONLY if the error message severity cannot be determined (eg with a legacy system unable to provide detailed error codes)
    • Info

      public static final StatusDetailTypeSeverityMasterFiless Info
      For information only, provided to encourage the master file supplier to improve the quality of their files (eg to make rendering of the product more reliable/interoperable, or to improve accessibility, etc)
    • Query

      public static final StatusDetailTypeSeverityMasterFiless Query
      Request for clarification or further detail of the meaning of some part of the master file data provided
    • Warning

      public static final StatusDetailTypeSeverityMasterFiless Warning
      The master files have been accepted as provided, but there may be issues in the way they were supplied
    • Error

      public static final StatusDetailTypeSeverityMasterFiless Error
      Some data in the content or structure of a master file caused an error due to not meeting the requirements of the relevant standard. The master file in question has been rejected, but processing of the remaining master files comprising tthe product has continued
    • Fatal_error

      public static final StatusDetailTypeSeverityMasterFiless Fatal_error
      Some data in the content or struture of a master file caused an unrecoverable error due to not meeting the requirements of the relevant standard. The entire set of master files for the product has been rejected
  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details