ValidationError
class ValidationError( val message: String, val sourceLocation: SourceLocation, val severity: Issue.Severity = Severity.ERROR, val details: ValidationDetails = ValidationDetails.Other) : Issue
Content copied to clipboard
A GraphqQL validation error as per the spec
Constructors
Link copied to clipboard
fun ValidationError( message: String, sourceLocation: SourceLocation, severity: Issue.Severity = Severity.ERROR, details: ValidationDetails = ValidationDetails.Other)
Content copied to clipboard