ValidationError
pentaho.type.ValidationError
The base class of errors associated with values
validation.
See also: pentaho.type.Value#validate
Extends
Constructor
Name | Description |
---|---|
new ValidationError(message) | Creates a validation error object. |
Members
Name | Description |
---|---|
name : | The name of the type of error. |
Constructor Details
new ValidationError(message) | ||||||
---|---|---|---|---|---|---|
Creates a validation error object. Source: javascript/web/pentaho/type/ValidationError.js, line 24
See also: pentaho.type.Value#validate |
Members Details
name: |
---|
The name of the type of error. Source: javascript/web/pentaho/type/ValidationError.js, line 46 Default Value: "ValidationError" Overrides: pentaho.lang.UserError#name |