getBalance(); print_r($result); } catch (CoolsmsException $e) { echo $e->getMessage(); // get error message echo $e->getCode(); // get error code }