\Zend_Amf_Value_Messaging_ErrorMessage

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

Corresponds to flex.messaging.messages.ErrorMessage

Summary

Methods
Properties
Constants
__construct()
generateId()
$correlationId
$clientId
$destination
$messageId
$timestamp
$timeToLive
$headers
$body
$extendedData
$faultCode
$faultDetail
$faultString
$rootCause
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$correlationId

$correlationId : String

The message id to be responded to.

Type

String

$clientId

$clientId : string

Type

string — Client identifier

$destination

$destination : string

Type

string — Destination

$messageId

$messageId : string

Type

string — Message identifier

$timestamp

$timestamp : integer

Type

integer — Message timestamp

$timeToLive

$timeToLive : integer

Type

integer — Message TTL

$headers

$headers : object

Type

object — Message headers

$body

$body : string

Type

string — Message body

$extendedData

$extendedData : object

Additional data with error

Type

object

$faultCode

$faultCode : string

Error code number

Type

string

$faultDetail

$faultDetail : string

Description as to the cause of the error

Type

string

$faultString

$faultString : string

Short description of error

Type

string

$rootCause

$rootCause : object

root cause of error

Type

object

Methods

__construct()

__construct(\unknown_type  $message) 

Create a new Acknowledge Message

Parameters

\unknown_type $message

generateId()

generateId() : string

generate a unique id

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

Returns

string