Class Inx_Api_Util_TellAFriendException

Description

Thrown by Inx_Api_Util_Utilities::tellAFriend(Inx_Api_List_ListContext $oListContext, $iMailingId, $iRecipientId, $blTakeProfile, $sEmail, $sTextIntro, $sHtmlIntro) to indicate that the mail could not be forwarded.

Thrown by Inx_Api_Util_Utilities::tellAFriend(Inx_Api_List_ListContext $oListContext, $iMailingId, $iRecipientId, $blTakeProfile, $sEmail, $sTextIntro, $sHtmlIntro) to indicate that the mail could not be forwarded. For further insight on the error, inspect the error code. The following error codes may occur:

  • TELLAFRIEND_MAILBUILD_ERROR: The mailing could not be built.
  • TELLAFRIEND_MAILSEND_ERROR: The mail could not be sent.
  • TELLAFRIEND_ORIGINAL_RECIPIENT_ERROR: The original recipient could not be found.
  • TELLAFRIEND_TARGET_RECIPIENT_ERROR: The target recipient address is invalid.
  • TELLAFRIEND_TASK_ERROR: The task (mail) could not be found.

  • version: $Revision: 9497 $ $Date: 2007-12-19 17:03:25 +0200 (Tr, 19 Grd 2007) $ $Author: aurimas $
  • see: Inx_Api_Util_Utilities::tellAFriend(Inx_Api_List_ListContext $oListContext, $iMailingId, $iRecipientId, $blTakeProfile, $sEmail, $sTextIntro, $sHtmlIntro)
  • since: API 1.1.0

Located in /Api/Util/TellAFriendException.php (line 27)

Exception
   |
   --Inx_Api_Util_TellAFriendException
Class Constant Summary
Variables

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods

Inherited Methods

Inherited From Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )
Class Constants
TELLAFRIEND_MAILBUILD_ERROR = -200 (line 34)

Error constant stating that the mail could not be built anymore.

Error constant stating that the mail could not be built anymore. This is probably permanent.

TELLAFRIEND_MAILSEND_ERROR = -201 (line 40)

Error constant stating that the mail could not be sent.

Error constant stating that the mail could not be sent. This is most likely a runtime error, might succeed later.

TELLAFRIEND_ORIGINAL_RECIPIENT_ERROR = -202 (line 45)

Error constant stating that the original recipient could not be found.

Error constant stating that the original recipient could not be found.

TELLAFRIEND_TARGET_RECIPIENT_ERROR = -203 (line 51)

Error constant stating that the target recipient could not be determined.

Error constant stating that the target recipient could not be determined. This is most likely caused by an illegal email address, which is not conform to the RFC standard.

TELLAFRIEND_TASK_ERROR = -204 (line 56)

Error constant stating that the task (mail) could not be found.

Error constant stating that the task (mail) could not be found.

Documentation generated on Thu, 17 Sep 2015 14:27:32 +0200 by phpDocumentor 1.3.2