imbExceptionResponseObject
Namespace: |
http://www.ibm.com/iib/apiv1/responseObject |
XML Schema: |
ns1.xsd |
Description of an exception from the Api
XML
Elements
name (type) |
min/max occurs |
description |
bipNumber (string)
|
0/1 |
The BIP number of the exception.
|
description (string)
|
0/1 |
The description of the exception.
|
bipInserts/bipInserts (string)
|
0/unbounded |
Any BIP Inserts to explain the exception.
|
logEntries/logEntry (imbAdminLogEntry)
|
0/unbounded |
Log entries related to the exception.
|
cause (string)
|
0/1 |
Description of the cause of the exception.
|
stackTrace (string)
|
0/1 |
Stack trace of the error - Primarily for raising support queries
|
JSON
property |
type |
description |
bipNumber |
bipNumber (string)
|
The BIP number of the exception.
|
description |
description (string)
|
The description of the exception.
|
bipInserts |
array of bipInserts/bipInserts (string)
|
Any BIP Inserts to explain the exception.
|
logEntries |
array of logEntries/logEntry (imbAdminLogEntry)
|
Log entries related to the exception.
|
cause |
cause (string)
|
Description of the cause of the exception.
|
stackTrace |
stackTrace (string)
|
Stack trace of the error - Primarily for raising support queries
|