Class Veriplace_PositionFailureException

Description

Indicates that a Veriplace_GetLocationAPI method failed because Veriplace could not obtain the user's location, although your request was valid.

Position failures are classified by a numeric code and may return cached location data from a previous request.

Located in /Veriplace/Exception.php (line 114)

Exception
   |
   --Veriplace_Exception
      |
      --Veriplace_RequestDeniedException
         |
         --Veriplace_GetLocationException
            |
            --Veriplace_PositionFailureException
Class Constant Summary
Variable Summary
Method Summary
 Veriplace_PositionFailureException __construct ( $code,  $message,  $cachedLocation)
Variables
Veriplace_Location $cachedLocation (line 141)
  • access: public
int $code (line 136)
  • access: public

Inherited Variables

Inherited from Veriplace_Exception

Veriplace_Exception::$cause

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
Constructor __construct (line 143)
Veriplace_PositionFailureException __construct ( $code,  $message,  $cachedLocation)
  • $code
  • $message
  • $cachedLocation

Redefinition of:
Veriplace_Exception::__construct()

Inherited Methods

Inherited From Veriplace_Exception

 Veriplace_Exception::__construct()
 Veriplace_Exception::__toString()

Inherited From Exception (Internal Class)

 constructor __construct ( [$message = ], [$code = ] )
 getCode ( )
 getFile ( )
 getLine ( )
 getMessage ( )
 getTrace ( )
 getTraceAsString ( )
 __clone ( )
 __toString ( )
Class Constants
POSITION_DETERMINATION_TEMPORARILY_UNAVAILABLE = 110 (line 126)

Error code for position determination being temporarily unavailable, for example if a carrier's infrastructure is undergoing maintenance.

POSITION_FAILURE = 100 (line 120)

Error code for location being unavailable, for example if the device is powered off or out of network coverage.

RESTRICTED = 200 (line 131)

Error code for position data being restricted by a user privacy setting.

Documentation generated on Sun, 29 Aug 2010 04:08:38 -0700 by phpDocumentor 1.4.1