Zend Framework  1.12
Public Member Functions | Public Attributes | List of all members
Zend_Service_DeveloperGarden_Response_ResponseAbstract Class Reference

Public Member Functions

 parse ()
 parse the token data and throws exceptions
 
 getErrorCode ()
 returns the error code
 
 getErrorMessage ()
 returns the error message
 
 isValid ()
 returns true if the errorCode is not null and not 0000
 
 hasError ()
 returns true if we have a error situation
 

Public Attributes

 $errorCode = null
 
 $errorMessage = null
 

Member Function Documentation

getErrorCode ( )

returns the error code

Returns
string|null
getErrorMessage ( )

returns the error message

Returns
string
hasError ( )

returns true if we have a error situation

Returns
boolean
isValid ( )

returns true if the errorCode is not null and not 0000

Returns
boolean
parse ( )

Member Data Documentation

$errorCode = null
$errorMessage = null