Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Specifies information about a fault.

Members

Name Type Description

action

string

Description of any action that you need to take for this fault

cause

string

Provides an explanation of the cause of the fault

debugInformation

debugInformation

Provides debug information about this fault. This is provided only if the client requested for debug information, and the service is configured to provide it

effect

string

Describes the effect of this fault

Hierarchy

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:beeFault xsi:type="obh:beeFault" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:action>your_string_0</obh:action>
        <obh:cause>your_string_0</obh:cause>
        <obh:debugInformation>your_debugInformation_0</obh:debugInformation>
        <obh:effect>your_string_0</obh:effect>
</obh:beeFault>

JSON Example

(show inherited members)

{
    "beeType":"beeFault",
        "action":"your_{http://www.oracle.com/beehive}action_as_string0",
        "cause":"your_{http://www.oracle.com/beehive}cause_as_string0",
        "debugInformation":{ your_{http://www.oracle.com/beehive}debugInformation_as_debugInformation0 },
        "effect":"your_{http://www.oracle.com/beehive}effect_as_string0"
}

XML Schema


<xs:complexType name="beeFault">
    <xs:sequence>
        <xs:element minOccurs="0" name="action" type="xs:string"/>
        <xs:element minOccurs="0" name="cause" type="xs:string"/>
        <xs:element minOccurs="0" name="debugInformation" type="tns:debugInformation"/>
        <xs:element minOccurs="0" name="effect" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to beeFault

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions