API Documentation

Amf/Value/Messaging/ErrorMessage.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Amf
subpackage
Value
version
$Id: ErrorMessage.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Amf_Value_Messaging_ErrorMessage

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Amf_Value_Messaging_ErrorMessage

Extends from
Zend_Amf_Value_Messaging_AcknowledgeMessage
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Amf
subpackage
Value
Properties
$extendedData
$faultCode
$faultDetail
$faultString
$rootCause

Description

Creates the error message to report to flex the issue with the call

Corresponds to flex.messaging.messages.ErrorMessage

Properties

$extendedData

object $extendedData = 'null'

Additional data with error

Details

$extendedData
object
visibility
public
default
null
final
false
static
false

$faultCode

string $faultCode = ''

Error code number

Details

$faultCode
string
visibility
public
default
final
false
static
false

$faultDetail

string $faultDetail = ''

Description as to the cause of the error

Details

$faultDetail
string
visibility
public
default
final
false
static
false

$faultString

string $faultString = ''

Short description of error

Details

$faultString
string
visibility
public
default
final
false
static
false

$rootCause

object $rootCause = 'null'

root cause of error

Details

$rootCause
object
visibility
public
default
null
final
false
static
false
Documentation was generated by DocBlox.