You are here

function PEAR_Error::getCode in Flickr API 5

Get error code from an error object

@access public

Return value

int error code

File

phpFlickr/PEAR/PEAR.php, line 967

Class

PEAR_Error
Standard PEAR error class for PHP 4

Code

function getCode() {
  return $this->code;
}