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 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">
        <action>your_string_0</action>
        <cause>your_string_0</cause>
        <debugInformation>your_debugInformation_0</debugInformation>
        <effect>your_string_0</effect>
</obh:beeFault>

Referenced By Representaions