Automattic\WooCommerce\Vendor\GraphQL\Validator

SDLValidationContext::getErrorspublicWC 1.0

Method of the class: SDLValidationContext{}

No Hooks.

Returns

null. Nothing (null).

Usage

$SDLValidationContext = new SDLValidationContext();
$SDLValidationContext->getErrors(): array;

SDLValidationContext::getErrors() code WC 10.9.4

public function getErrors(): array
{
    return $this->errors;
}