StatusEnum

Description

StatusEnum indicates the type of message that is returned in the Status response.

Parameters

Name Type Description
IS-WARNING string Indicates a warning message.
IS-INFORMATION string Indicates an informational message.
IS-ERROR string Indicates an error message.

Usage

None.

XML

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>