Web Services Developer's Guide → Web Services API Reference → SBM Administrative Web Services → Responses → StatusEnum
StatusEnum indicates the type of message that is returned in the Status response.
Name | Type | Description |
---|---|---|
IS-WARNING | string | Indicates a warning message. |
IS-INFORMATION | string | Indicates an informational message. |
IS-ERROR | string | Indicates an error message. |
None.
The following XML shows StatusEnum in the <ae:status> return element of a typical response.
<ae:return> <ae:status> <ae:status>IS-ERROR</ae:status> <ae:message>Invalid project 0.</ae:message> </ae:status> </ae:return>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.