Class ResultMajorValues


  • public class ResultMajorValues
    extends java.lang.Object
    Class containing defined ResultMajor values defined in DSS 1.0 specification. Created by philip on 09/01/17.
    • Field Detail

      • Success

        public static final java.lang.String Success
        The protocol executed successfully.
        See Also:
        Constant Field Values
      • RequesterError

        public static final java.lang.String RequesterError
        The request could not be satisfied due to an error on the part of the requester.
        See Also:
        Constant Field Values
      • ResponderError

        public static final java.lang.String ResponderError
        The request could not be satisfied due to an error on the part of the responder.
        See Also:
        Constant Field Values
      • InsufficientInformation

        public static final java.lang.String InsufficientInformation
        The request could not be satisfied due to insufficient information.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResultMajorValues

        public ResultMajorValues()