AtLeastOneItemNotFound
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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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>
|