You are here

class SmsMessageStatus in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Message/SmsMessageStatus.php \Drupal\sms\Message\SmsMessageStatus
  2. 2.1.x src/Message/SmsMessageStatus.php \Drupal\sms\Message\SmsMessageStatus

Defines common SMS Framework message state.

Hierarchy

Expanded class hierarchy of SmsMessageStatus

File

src/Message/SmsMessageStatus.php, line 8

Namespace

Drupal\sms\Message
View source
class SmsMessageStatus {

  /**
   * Message could not be processed due to an unknown problem with the gateway.
   */
  const ERROR = 'error';

}

Members

Namesort descending Modifiers Type Description Overrides
SmsMessageStatus::ERROR constant Message could not be processed due to an unknown problem with the gateway.