Versions Compared

Key

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

...

Code Block
languagexml
titleExample 01 - Warning
collapsetrue
              <PwsMessage><b:PwsMessage>
                  <AdditionalErrorText>Warning 105</AdditionalErrorText><b:AdditionalErrorText i:nil="true"/>
                  <ErrorCode>AtLeastOneItemNotFound<<b:ErrorCode>AtLeastOneItemNotFound</b:ErrorCode>
                  <ErrorNumber>105<<b:ErrorNumber>105</b:ErrorNumber>
                  <ErrorText>At<b:ErrorText>At least one requested item was not found. The remaining items, if any, were returned.</b:ErrorText>
                  <Type>Warning<<b:Type>Warning</b:Type>
                  <b:ReferenceId1 i:nil="true"/>
                  <b:ReferenceId2 i:nil="true"/>
               </b:PwsMessage>

Code Block
languagexml
titleExample 02 - Error
collapsetrue
                <PwsMessage>
                     <AdditionalErrorText>Error 10004: InvalidSessionTicket</AdditionalErrorText>
                     <ErrorCode>InvalidSessionTicket</ErrorCode>
                     <ErrorNumber>10004</ErrorNumber>
                     <ErrorText>The specified session ticket is invalid. Please verify you are issuing this request against the correct instance of Projector.</ErrorText>
                     <Type>Error</Type>
                     <ReferenceId1 i:nil="true"/>
                     <ReferenceId2 i:nil="true"/>
                  </PwsMessage>