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 »

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)

Example 01 - Warning
              <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>
  • No labels