Class Inx_Api_TriggerMail_ParseResultCode

Description

The

  1. ParseResultCode
defines the result of the server side parsing process.

The

  1. ParseResultCode
defines the result of the server side parsing process.

  • author: chge, 02.08.2012

Located in /Api/TriggerMail/TriggerMailingRenderer.php (line 93)


	
			
Method Summary
static the byId (id $iId)
static void MAILING_NOT_FOUND ()
static void PARSE_EXCEPTION ()
static void PARSE_SUCCESSFUL ()
static void UNKNOWN ()
static void values ()
the getId ()
Methods
static method byId (line 168)

Returns the

  1. ParseResultCode
corresponding to the given ID. code will be used.

Returns the

  1. ParseResultCode
corresponding to the given ID. If the ID is unknown, the UNKNOWN code will be used. The ID is used for transmission purposes and should not be used inside client code.

  • return:
    1. ParseResultCode
    corresponding to the given ID.
  • access: public
static the byId (id $iId)
  • id $iId: the ID of the
    1. ParseResultCode
    to retrieve.
static method MAILING_NOT_FOUND (line 125)

The mailing could not be found (i.

The mailing could not be found (i.e. was deleted).

  • access: public
static void MAILING_NOT_FOUND ()
static method PARSE_EXCEPTION (line 114)

An exception occurred during the parsing process.

An exception occurred during the parsing process.

  • access: public
static void PARSE_EXCEPTION ()
static method PARSE_SUCCESSFUL (line 103)

The mailing was successfully parsed.

The mailing was successfully parsed.

  • access: public
static void PARSE_SUCCESSFUL ()
static method UNKNOWN (line 136)

The result is unknown.

The result is unknown. This indicates an unknown error.

  • access: public
static void UNKNOWN ()
static method values (line 181)
  • access: public
static void values ()
getId (line 156)

Returns the ID of the

  1. ParseResultCode
. be used inside client code.

Returns the ID of the

  1. ParseResultCode
. The ID is used for transmission purposes and should not be used inside client code.

  • return: ID of the
    1. ParseResultCode
    .
  • access: public
the getId ()

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