Class Inx_Api_TriggerMail_TriggerMailingExceptionType

Description

The

  1. TriggerMailingExceptionType
defines the type or category of an exception that occurred while processing a request.

The

  1. TriggerMailingExceptionType
defines the type or category of an exception that occurred while processing a request.

  • author: chge, 02.08.2012

Located in /Api/TriggerMail/TriggerMailingExceptionType.php (line 13)


	
			
Method Summary
static void APPROVAL ()
static the byId (id $iId)
static void MAILBUILD ()
static void MAILING_FEATURE_DISABLED ()
static void RECIPIENT_NOT_FOUND ()
static void STATE ()
static void UNKNOWN ()
static void values ()
the getId ()
Methods
static method APPROVAL (line 75)

Type for an error which occurred during the approval process of a mailing.

Type for an error which occurred during the approval process of a mailing.

  • access: public
static void APPROVAL ()
static method byId (line 122)

Returns the

  1. TriggerMailingExceptionType
corresponding to the given ID. UNKNOWN type will be used.

Returns the

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

  • return:
    1. TriggerState
    TriggerMailingExceptionType to the given ID.
  • access: public
static the byId (id $iId)
  • id $iId: the ID of the
    1. TriggerMailingExceptionType
    to retrieve.
static method MAILBUILD (line 53)

Type for an error which occurred during the building process of a mailing.

Type for an error which occurred during the building process of a mailing.

  • access: public
static void MAILBUILD ()
static method MAILING_FEATURE_DISABLED (line 64)

Type for missing mailing feature error.

Type for missing mailing feature error.

  • access: public
static void MAILING_FEATURE_DISABLED ()
static method RECIPIENT_NOT_FOUND (line 42)

Type for UnknownRecipientException or an otherwise unknown recipient.

Type for UnknownRecipientException or an otherwise unknown recipient.

  • access: public
static void RECIPIENT_NOT_FOUND ()
static method STATE (line 31)

Type for MailingStateException.

Type for MailingStateException.

  • access: public
static void STATE ()
static method UNKNOWN (line 86)

Type for an unknown error.

Type for an unknown error.

  • access: public
static void UNKNOWN ()
static method values (line 135)
  • access: public
static void values ()
getId (line 109)

Returns the ID of the

  1. TriggerMailingExceptionType
. should not be used inside client code.

Returns the ID of the

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

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

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