Class ResultMajorValues.ResponserErrorResultMinorValues
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.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.StringGeneralErrorThe processing of the request failed due to an error not covered by the existing error codes.static java.lang.StringKeyLookupFailedLocating the identified key failed (e.g.
-
Constructor Summary
Constructors Constructor Description ResponserErrorResultMinorValues()
-
-
-
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
-
-