Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. UserService.Status request = memberService.doSomething(id, out result)
  2. // If the error is for an invalid sessionID, log in again
  3. if (request.ErrorCode == 1) { login(); }
  4.  
  5. <s:complexType name="Status">
  6. <s:attribute name="Status" type="tns:ReMAEStatusType" use="required" />
  7. <s:attribute name="Source" type="s:string" />
  8. <s:attribute name="Message" type="s:string" />
  9. <s:attribute name="StackTrace" type="s:string" />
  10. <s:attribute name="ErrorCode" type="s:int" />
  11. </s:complexType>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement