Class Inx_Api_TriggerMail_BuildResultCode

Description

The

  1. BuildResultCode
defines the result of the server side building process.

The

  1. BuildResultCode
defines the result of the server side building process.

  • author: chge, 02.08.2012

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


	
			
Method Summary
static void BUILD_EXCEPTION ()
static void BUILD_SUCCESSFUL ()
static the byId (id $iId)
static void UNKNOWN ()
static void values ()
the getId ()
Methods
static method BUILD_EXCEPTION (line 212)

An exception occurred during the build of the mailing.

An exception occurred during the build of the mailing.

  • access: public
static void BUILD_EXCEPTION ()
static method BUILD_SUCCESSFUL (line 201)

The mailing was successfully built.

The mailing was successfully built.

  • access: public
static void BUILD_SUCCESSFUL ()
static method byId (line 255)

Returns the

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

Returns the

  1. BuildResultCode
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. BuildResultCode
    corresponding to the given ID.
  • access: public
static the byId (id $iId)
  • id $iId: the ID of the
    1. BuildResultCode
    to retrieve.
static method UNKNOWN (line 223)

The result is unknown.

The result is unknown. This indicates an unknown error.

  • access: public
static void UNKNOWN ()
static method values (line 268)
  • access: public
static void values ()
getId (line 243)

Returns the ID of the

  1. BuildResultCode
. be used inside client code.

Returns the ID of the

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

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

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