- Index
- »
- xeto
- »
- ValidateLevel
type
enum
constructors
| fromStr |
Return the ValidateLevel instance for the specified name. |
|---|
fields
| vals |
List of ValidateLevel values indexed by ordinal |
|---|
methods
| isErr |
Is this the |
|---|---|
| isWarn |
Is this the |
| max |
Max level from items or null if items is empty |
Slot Details
err
const static ValidateLevel err := ...
Error level
fromStr
isErr
Bool isErr()
Is this the err enum value
isWarn
Bool isWarn()
Is this the warn enum value
max
static ValidateLevel? max(ValidateItem[] items)
Max level from items or null if items is empty
vals
const static ValidateLevel[] vals := ...
List of ValidateLevel values indexed by ordinal
warn
const static ValidateLevel warn := ...
Warning level