You are here

public function Response::getErrorCodes in reCAPTCHA 8.2

Same name and namespace in other branches
  1. 6.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

1 call to Response::getErrorCodes()
Response::toArray in recaptcha-php/src/ReCaptcha/Response.php

File

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

Class

Response
The response returned from the service.

Namespace

ReCaptcha

Code

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