Update MediaWiki page 'Class Check'

This commit is contained in:
Sini 2012-09-03 20:15:09 +00:00 committed by moparisthebest
parent 12c18d57a6
commit a761090105
1 changed files with 15 additions and 0 deletions

View File

@ -15,6 +15,21 @@ All the return codes are in descending priority by numerical order.
! Response
! Successfully executed the request.
|-
! 1
! Successful - Returned numeric value
! Response
! Successfully executed the request, and returned a numeric value.
|-
! 2
! Successful - Returned string value
! Response
! Successfully executed the request, and returned a string value.
|-
! 4
! Successful - Returned object value
! Response
! Successfully executed the request, and returned an object value.
|-
! -1
! ClassNotFoundException
! Receive