toggle menu
protobuf-kotlin
0.5.0
common
switch theme
search in API
protobuf-kotlin-schemadocument
/
pro.felixo.protobuf.schemadocument.validation
/
ValidationError
/
DuplicateEnumValueNumber
Duplicate
Enum
Value
Number
data
class
DuplicateEnumValueNumber
(
val
scope
:
ValidationScope
,
val
number
:
Int
)
:
ValidationError
Members
Constructors
Duplicate
Enum
Value
Number
Link copied to clipboard
constructor
(
scope
:
ValidationScope
,
number
:
Int
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String
number
Link copied to clipboard
val
number
:
Int
scope
Link copied to clipboard
open
override
val
scope
:
ValidationScope