notifyWarning Data Type

Problem that occurred sending an email notification to a share recipient.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
code string element 0/1 Code representing the error.
message string element 0/1 Description of the error. This is intended to give the client developer additional information about the error that occurred. It is not suitable for displaying to the end-user.
share_id long element 0/1 ID of the share.

Example

<notify_warning>
  <code>...</code>
  <message>...</message>
  <share_id>...</share_id>
</notify_warning>