Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

AtLeastOneItemNotFound

ElementData TypeDescriptionSample Data
AdditionalErrorTextStringAdditional Error TextWarning 105
ErrorCodeStringError CodeAtLeastOneItemNotFound
Error TextStringError TextAt least one requested item was not found. The remaining items, if any, were returned.
TypeStringError Type"Warning" or "Error"

Usage Example(s)

Code Block
languagexml
titleExample 01 - Warning
collapsetrue
              <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>