ReferenceSDK neutral
SurveyValidationError
Identifies one question rule that rejected the current answer.
API identity
- Package
- Kajay.Core
- Kind
- type
- Audience
- consumer
Signature
public sealed record SurveyValidationError( string Name, string Kind, string Message = "", string Path = "")