You are here

function sms_muse_error_codes in SMS Framework 5

File

modules/sms_muse/sms_muse.module, line 204

Code

function sms_muse_error_codes() {
  return array(
    1 => 'AUTHENTICATION_FAULT',
    2 => 'SEND_FAULT',
    3 => 'SUBSCRIPTION_FAULT',
    4 => 'SMSSEND_FAULT',
    5 => 'SMSPUSH_FAULT',
    6 => 'CALLBACK_FAULT',
    7 => 'TRANSCODESUBMIT_FAULT',
    8 => 'PHONENUMBER_FAULT',
    9 => 'CREDIT_FAULT',
    10 => 'INVALID_COMPONENT_FAULT',
    11 => 'CONTROL_FAULT',
    12 => 'LBSQUERY_FAULT',
    13 => 'REST_FAULT',
  );
}