Class ResultMajorValues.ResponserErrorResultMinorValues

  • Enclosing class:
    ResultMajorValues

    public static class ResultMajorValues.ResponserErrorResultMinorValues
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String GeneralError
      The processing of the request failed due to an error not covered by the existing error codes.
      static java.lang.String KeyLookupFailed
      Locating the identified key failed (e.g.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GeneralError

        public static final java.lang.String GeneralError
        The processing of the request failed due to an error not covered by the existing error codes. Further details should be given in the result message for the user which may be passed on to the relevant administrator.
        See Also:
        Constant Field Values
      • KeyLookupFailed

        public static final java.lang.String KeyLookupFailed
        Locating the identified key failed (e.g. look up failed in directory or in local key file).
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResponserErrorResultMinorValues

        public ResponserErrorResultMinorValues()