Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Amf_Value_Messaging_ErrorMessage

Zend_Amf
|-Zend_Amf_Value
|- class Zend_Amf_Value_Messaging_ErrorMessage extends Zend_Amf_Value_Messaging_AcknowledgeMessage
Creates the error message to report to flex the issue with the call

Corresponds to flex.messaging.messages.ErrorMessage
PackageZend_Amf
SubpackageValue
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Summary

Instance fields
+ $extendedData Additional data with error
+ $faultCode Error code number
+ $faultDetail Description as to the cause of the error
+ $faultString Short description of error
+ $rootCause root cause of error

Details

Instance fields

$extendedData
public $extendedData = null
Additional data with error
Var object
$faultCode
public $faultCode
Error code number
Var string
$faultDetail
public $faultDetail
Description as to the cause of the error
Var string
$faultString
public $faultString = ''
Short description of error
Var string
$rootCause
public $rootCause = null
root cause of error
Var object