SchemaDiagnostic<ARGS extends any[]> Class @beta
An IDiagnostic implementation used for Schema diagnostics.
Extends
- BaseDiagnostic<Schema, ARGS>
Methods
| Name | Description | |
|---|---|---|
| constructor<ARGS extends any[]>(schema: Schema, messageArgs: ARGS, category: DiagnosticCategoryDiagnosticCategory.Error): SchemaDiagnostic<ARGS> | Initializes a new SchemaDiagnostic. | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| diagnosticType Accessor ReadOnly | DiagnosticType | Gets the DiagnosticType. | |
| diagnosticType Static | DiagnosticType | ||
| schema Accessor ReadOnly | Schema | Gets the schema where the diagnostic originated. | 
Inherited properties
| Name | Type | Inherited from | Description | 
|---|---|---|---|
| category Inherited | DiagnosticCategory | BaseDiagnostic<Schema, ARGS> | The diagnostic category is of the type DiagnosticCategory; which is defined as an enumeration above. | 
| code Accessor Abstract Inherited ReadOnly | string | BaseDiagnostic<Schema, ARGS> | Gets the unique string identifier for the diagnostic in the format ' | 
| ecDefinition Inherited | Schema | BaseDiagnostic<Schema, ARGS> | The EC object to associate with the diagnostic. | 
| ARGS | undefined | BaseDiagnostic<Schema, ARGS> | The arguments used when formatting the diagnostic message. | |
| string | BaseDiagnostic<Schema, ARGS> | Gets the message associated with the diagnostic. | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.