You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 15
Next »
This represents the web service response status and message.
Element | Data Type | Description | Default (on insert/update) | Sample Data |
---|
AdditionalErrorText | String | If 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 |
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" |
ReferenceId1 | Int32 |
|
|
|
ReferenceId2 | Int32 |
|
|
|
Usage Example(s)
<b:PwsMessage>
<b:AdditionalErrorText i:nil="true"/>
<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:ReferenceId1 i:nil="true"/>
<b:ReferenceId2 i:nil="true"/>
</b:PwsMessage>
<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>