You are here

public function Response::getErrorCodes in reCAPTCHA 6.2

Same name and namespace in other branches
  1. 8.2 recaptcha-php/src/ReCaptcha/Response.php \ReCaptcha\Response::getErrorCodes()
  2. 7.2 recaptcha-php/src/ReCaptcha/Response.php \ReCaptcha\Response::getErrorCodes()

Get error codes.

Return value

array

File

recaptcha-php/src/ReCaptcha/Response.php, line 98

Class

Response
The response returned from the service.

Namespace

ReCaptcha

Code

public function getErrorCodes() {
  return $this->errorCodes;
}