This error is thrown when a destination can't be accessed or is not valid. This error is thrown by the following methods/properties within the framework:

Constructor

new(msg:String)

Constructs a new instance of an InvalidDestinationError with the specified message.

Parameters:

msg

String that contains the message that describes this InvalidDestinationError.

Inherited Variables

Inherited Methods

Defined by MessagingError

toString():String

Returns the string "[MessagingError]" by default, and includes the message property if defined.

Returns:

String representation of the MessagingError.