The Uri\WhatWg\UrlValidationError class

Introduction

Class synopsis

Uri\WhatWg
final readonly UrlValidationError
/* Properties */
public string $context;
public Uri\WhatWg\UrlValidationErrorType $type;
public bool $failure;
/* Methods */

Properties

context
The input URL at the point where the error was detected.
type
A Uri\WhatWg\UrlValidationErrorType instance.
failure
Whether the error refers to a failure, or a soft-error.