Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Element | Data Type | Description | Sample Data |
---|
AdditionalErrorText | String | Additional Error Text | 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" |
Usage Example(s)
<b:PwsMessage>
<b:AdditionalErrorText>Warning 105</b:AdditionalErrorText>
<b:ErrorCode>AtLeastOneItemNotFound</b:ErrorCode>
<b:ErrorNumber>105</b:ErrorNumber>
<b:ErrorText>At least one requested item was not found. The remaining items, if any, were returned.</b:ErrorText>
<b:Type>Warning</b:Type>
</b:PwsMessage>