You are here

protected property SmsMessageResult::$error in SMS Framework 2.1.x

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

The error of the message, or NULL if unknown.

Type: string|null

File

src/Message/SmsMessageResult.php, line 19

Class

SmsMessageResult
The result of an SMS messaging transaction.

Namespace

Drupal\sms\Message

Code

protected $error = NULL;