UpperCaseField

class UpperCaseField(message: String, sourceLocation: SourceLocation) : Issue

Upper case fields are not supported as Kotlin doesn't allow a property name with the same name as a nested class. If this happens, the easiest solution is to add an alias with a lower case first letter.

This error is an Apollo Kotlin specific error

Constructors

UpperCaseField
Link copied to clipboard
fun UpperCaseField(message: String, sourceLocation: SourceLocation)

Properties

message
Link copied to clipboard
val message: String
severity
Link copied to clipboard
val severity: Issue.Severity
sourceLocation
Link copied to clipboard
val sourceLocation: SourceLocation