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 4 Next »

ElementData TypeDescriptionSample Data
AdditionalErrorTextStringIf 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
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
              <PwsMessage>
                  <AdditionalErrorText>Warning 105</AdditionalErrorText>
                  <ErrorCode>AtLeastOneItemNotFound</ErrorCode>
                  <ErrorNumber>105</ErrorNumber>
                  <ErrorText>At least one requested item was not found. The remaining items, if any, were returned.</ErrorText>
                  <Type>Warning</Type>
               </PwsMessage>
  • No labels