Complex Type | ErrorResponse |
<xsd:attribute name="type"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="notAttempted"/> <xsd:enumeration value="couldNotConnect"/> <xsd:enumeration value="connectionClosed"/> <xsd:enumeration value="malformedRequest"/> <xsd:enumeration value="gatewayInternalError"/> <xsd:enumeration value="authenticationFailed"/> <xsd:enumeration value="unresolvableURI"/> <xsd:enumeration value="other"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |