Validation result that is returned by the validation api.
public record ValidationResult| name | description |
|---|---|
| ValidationResult(…) | Validation result that is returned by the validation api. |
| ErrorMessage { get; set; } | Why did the validation fail. |
| IsValid { get; set; } | Was the validation successful. |
- namespace Mendix.StudioPro.ExtensionsAPI.Services