Automattic\WooCommerce\Vendor\GraphQL\Validator
SDLValidationContext::getErrors
Method of the class: SDLValidationContext{}
No Hooks.
Returns
null. Nothing (null).
Usage
$SDLValidationContext = new SDLValidationContext(); $SDLValidationContext->getErrors(): array;
SDLValidationContext::getErrors() SDLValidationContext::getErrors code WC 10.9.4
public function getErrors(): array
{
return $this->errors;
}