Module: Majoron::AntHill::SMPP::DeliveryFailureReason

Defined in:
lib/smpp_constants.rb

Overview

The delivery failure_reason parameter is used in the data_sm_resp operation to indicate the outcome of the message delivery attempt (only applicable for transaction message mode).

Constant Summary collapse

DESTINATION_UNAVAILABLE =
0x00
DESTINATION_ADDRESS_INVALID =
0x01
PERMANENT_NETWORK_ERROR =
0x02
TEMPORARY_NETWORK_ERROR =
0x03