Class Inx_Api_TriggerMail_RenderError

Description

A Inx_Api_TriggerMail_RenderError object describes the details of an error which occurred during the parsing or building of a trigger mailing.

A Inx_Api_TriggerMail_RenderError object describes the details of an error which occurred during the parsing or building of a trigger mailing. Inx_Api_TriggerMail_RenderError offers the following information:

  • Error type: an internal error code
  • Mail part: the internal mail part code
  • Begin line / column: the line and column where the malicious token begins
  • End line / column: the line and column where the malicious token ends.
  • Error messages: the error messages
Inx_Api_TriggerMail_RenderError is mainly used internally but may provide some insight on the error source to API developers. For example, the token position will assist you in identifying syntax errors. The error messages may also be analyzed to identify the error source.

  • author: chge, 09.07.2012
  • see: getError()
  • see: getError(int)
  • deprecated: As of 1.11.10, Inx_Api_TriggerMail_TriggerMailingRenderer has been replaced with Inx_Api_Rendering_GeneralMailingRenderer
  • since: API 1.10.0

Located in /Api/TriggerMail/RenderError.php (line 29)

Inx_Api_Rendering_RenderError
   |
   --Inx_Api_TriggerMail_RenderError
Method Summary
Inx_Api_TriggerMail_RenderError __construct (errorType $iErrorType, mailPart $iMailPart, beginLine $iBeginLine, endLine $iEndLine, beginColumn $iBeginColumn, endColumn $iEndColumn, msgArgs $aMsgArgs)
Methods
Constructor __construct (line 43)

Creates a Inx_Api_TriggerMail_RenderError with the given details.

Creates a Inx_Api_TriggerMail_RenderError with the given details.

  • access: public
Inx_Api_TriggerMail_RenderError __construct (errorType $iErrorType, mailPart $iMailPart, beginLine $iBeginLine, endLine $iEndLine, beginColumn $iBeginColumn, endColumn $iEndColumn, msgArgs $aMsgArgs)
  • errorType $iErrorType: the internal error code.
  • mailPart $iMailPart: the internal mail part code.
  • beginLine $iBeginLine: the line where the malicious token begins.
  • endLine $iEndLine: the line where the malicious token ends.
  • beginColumn $iBeginColumn: the column where the malicious token begins.
  • endColumn $iEndColumn: the column where the malicious token ends.
  • msgArgs $aMsgArgs: the error messages.

Redefinition of:
Inx_Api_Rendering_RenderError::__construct()
Creates an Inx_Api_Rendering_RenderError with the given details.

Inherited Methods

Inherited From Inx_Api_Rendering_RenderError

Inx_Api_Rendering_RenderError::__construct()
Inx_Api_Rendering_RenderError::getBeginColumn()
Inx_Api_Rendering_RenderError::getBeginLine()
Inx_Api_Rendering_RenderError::getEndColumn()
Inx_Api_Rendering_RenderError::getEndLine()
Inx_Api_Rendering_RenderError::getErrorType()
Inx_Api_Rendering_RenderError::getMailPart()
Inx_Api_Rendering_RenderError::getMsgArgs()

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