Enum ErrorResponse.ErrorType

java.lang.Object
java.lang.Enum<ErrorResponse.ErrorType>
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.ErrorResponse.ErrorType
All Implemented Interfaces:
Serializable, Comparable<ErrorResponse.ErrorType>, java.lang.constant.Constable
Enclosing class:
ErrorResponse

public static enum ErrorResponse.ErrorType extends Enum<ErrorResponse.ErrorType>

Java class for null.

The following schema fragment specifies the expected content contained within this class.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="notAttempted"/>
     <enumeration value="couldNotConnect"/>
     <enumeration value="connectionClosed"/>
     <enumeration value="malformedRequest"/>
     <enumeration value="gatewayInternalError"/>
     <enumeration value="authenticationFailed"/>
     <enumeration value="unresolvableURI"/>
     <enumeration value="other"/>
   </restriction>
 </simpleType>