public class ErrorResponse extends Object
Java class for ErrorResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="detail" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="requestID" type="{urn:oasis:names:tc:DSML:2:0:core}RequestID" />
<attribute name="type">
<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>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorResponse.Detail
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ErrorResponse.Detail |
detail |
protected String |
message |
protected String |
requestID |
protected String |
type |
| Constructor and Description |
|---|
ErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse.Detail |
getDetail()
Gets the value of the detail property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getRequestID()
Gets the value of the requestID property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDetail(ErrorResponse.Detail value)
Sets the value of the detail property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected ErrorResponse.Detail detail
public ErrorResponse()
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic ErrorResponse.Detail getDetail()
ErrorResponse.Detailpublic void setDetail(ErrorResponse.Detail value)
value - allowed object is
ErrorResponse.Detailpublic String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.