This represents the web service response status and message.
Element | Data Type | Description | Sample Data |
---|---|---|---|
AdditionalErrorText | String | If the Status is OkWithWarnings or Fail, this will contain one or more warning or error messages. It may also contain (even when Status is Ok) informational messages. | Warning 105 |
ErrorCode | String | Error Code | AtLeastOneItemNotFound |
Error Text | String | Error Text | At least one requested item was not found. The remaining items, if any, were returned. |
Type | String | Error Type | "Warning" or "Error" |