ReservedEnumValueName

class ReservedEnumValueName(val message: String, val sourceLocation: SourceLocation?) : ApolloIssue

Certain enum value names such as type are reserved for Apollo.

This error is an Apollo Kotlin specific error

Constructors

Link copied to clipboard
constructor(message: String, sourceLocation: SourceLocation?)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard
open override val sourceLocation: SourceLocation?