Java class for FacebookApiException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FacebookApiException">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="error_code" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="error_msg" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="request_args">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="arg" type="{http://api.facebook.com/1.0/}arg" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
|