ReservedEnumValueNumber

data class ReservedEnumValueNumber(val scope: ValidationScope, val number: Int) : ValidationError

Constructors

Link copied to clipboard
constructor(scope: ValidationScope, number: Int)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard
val number: Int
Link copied to clipboard
open override val scope: ValidationScope