Home > @tridion-sites/models > ValidationApiError
Signature:
export declare class ValidationApiError extends ApiError
Extends: ApiError
Constructor | Modifiers | Description |
---|---|---|
(constructor)(backendModel) | Constructs a new instance of the ValidationApiError class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendValidationApiError | ||
hasErrors | boolean | ||
hasWarnings | boolean | ||
validationErrors | ValidationError[] | ||
validationWarnings | ValidationWarning[] |
Method | Modifiers | Description |
---|---|---|
getInternalModel() |