You are here

function GoogleMiniException::getUserMessage in Google Search Appliance 6.2

Same name and namespace in other branches
  1. 5 GoogleMini.php \GoogleMiniException::getUserMessage()
2 calls to GoogleMiniException::getUserMessage()
GoogleMiniException::__construct in ./GoogleMini.php
_google_appliance_search_initialise in ./google_appliance.module
Initialise the search object

File

./GoogleMini.php, line 475

Class

GoogleMiniException

Code

function getUserMessage($code) {
  $error_codes = $this
    ->getErrorCodes();
  return $error_codes[$code];
}