コード例 #1
0
 /**
  * Get the error code of the last HTTP call
  *
  * @return string
  */
 public function getErrorCode()
 {
     return $this->api->getStatusCode();
 }