Used to return the status of an operation or event. More than one <status> can be returned for each operation or event. <status> can also be included in an input from the driver to Identity Manager when the driver wants to log status of the driver to the Identity Manager log.
Possible values for the level attribute are:
Standard values for the type attribute include:
If a <status> is not returned for a particular event or command, it is assumed to have succeeded.
<status event-id="0" level="success"/><status event-id="0" level="warning">Objects in the rear view mirror mayappear closer than they are!</status><status event-id="0" level="warning" type="driver-status">Driver statechanged to Stopped.</status>
ANY
Attribute |
Possible Values |
Default Value |
---|---|---|
event-id |
CDATA An identifier used to tag the results of an event or command. Should be the same as the event-id of the operation or event that this status is associated with |
#IMPLIED |
level |
fatal | error | warning | success | retry The status level. |
#REQUIRED |
type |
CDATA An identifier used to classify the <status> for reporting purposes. |
#IMPLIED |
ANY