W3cubDocs

/Angular

StandardSchemaValidationError

An error used to indicate an issue validating against a standard schema.

API

class StandardSchemaValidationError extends BaseNgValidationError {
  constructor(issue: StandardSchemaV1.Issue, options?: ValidationErrorOptions | undefined): StandardSchemaValidationError;
  readonly kind: "standardSchema";
  readonly override fieldTree: FieldTree<unknown>;
  readonly override message?: string | undefined;
}

constructor

StandardSchemaValidationError
@paramissueStandardSchemaV1.Issue
@paramoptionsValidationErrorOptions | undefined

kind

"standardSchema"

fieldTree

FieldTree<unknown>

The field associated with this error.

message

string | undefined

Human readable error message.

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/forms/signals/StandardSchemaValidationError