complexType plmExceptionType
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p51.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children message details rc cause
used by
element ResponseHeaderType/exceptions
complexType plmWarningType
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string  required      
source <xsd:complexType name="plmExceptionType">
 
<xsd:sequence>
   
<xsd:element name="message" type="xs:string" minOccurs="0"/>
   
<xsd:element name="details" type="xs:string" minOccurs="0"/>
   
<xsd:element name="rc" type="xs:int" minOccurs="0"/>
   
<xsd:element name="cause" type="xs:string" minOccurs="0"/>
 
</xsd:sequence>
 
<xsd:attribute name="id" type="xs:string" use="required"/>
</xsd:complexType>

attribute plmExceptionType/@id
type xsd:string
properties
use required
source <xsd:attribute name="id" type="xs:string" use="required"/>

element plmExceptionType/message
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p52.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="message" type="xs:string" minOccurs="0"/>

element plmExceptionType/details
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p53.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="details" type="xs:string" minOccurs="0"/>

element plmExceptionType/rc
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p54.png
type xsd:int
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="rc" type="xs:int" minOccurs="0"/>

element plmExceptionType/cause
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p55.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="cause" type="xs:string" minOccurs="0"/>