You are here

constant SmsMessageStatus::ERROR in SMS Framework 2.x

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

Message could not be processed due to an unknown problem with the gateway.

File

src/Message/SmsMessageStatus.php, line 15

Class

SmsMessageStatus
Defines common SMS Framework message state.

Namespace

Drupal\sms\Message

Code

const ERROR = 'error';