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

Corresponds to flex.messaging.messages.ErrorMessage

package Zend_Amf
subpackage Value
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Amf_Value_Messaging_AcknowledgeMessage

 Methods

Create a new Acknowledge Message

__construct(\unknown_type $message) 
Inherited

Parameters

$message

\unknown_type

generate a unique id

generateId() : string
Inherited

Format is: ########-####-####-####-############ Where # is an uppercase letter or number example: 6D9DC7EC-A273-83A9-ABE3-00005FD752D6

Returns

string

 Properties

 

Message body

$body : string

Default

 

Client identifier

$clientId : string

Default

 

The message id to be responded to.

$correlationId : String

Default

 

Destination

$destination : string

Default

 

Additional data with error

$extendedData : object

Default

null
 

Error code number

$faultCode : string

Default

 

Description as to the cause of the error

$faultDetail : string

Default

 

Short description of error

$faultString : string

Default

''
 

Message headers

$headers : object

Default

 

Message identifier

$messageId : string

Default

 

root cause of error

$rootCause : object

Default

null
 

Message TTL

$timeToLive : integer

Default

 

Message timestamp

$timestamp : integer

Default