CheckResultStatus
in package
CheckResultStatus Class Doc Comment
Tags
Table of Contents
Constants
- ERROR = 'ERROR'
- INFO = 'INFO'
- SKIPPED = 'SKIPPED'
- SUCCESS = 'SUCCESS'
- Possible values of this enum
- WARNING = 'WARNING'
Methods
- getAllowableEnumValues() : array<string|int, string>
- Gets allowable values of the enum
Constants
ERROR
public
mixed
ERROR
= 'ERROR'
INFO
public
mixed
INFO
= 'INFO'
SKIPPED
public
mixed
SKIPPED
= 'SKIPPED'
SUCCESS
Possible values of this enum
public
mixed
SUCCESS
= 'SUCCESS'
WARNING
public
mixed
WARNING
= 'WARNING'
Methods
getAllowableEnumValues()
Gets allowable values of the enum
public
static getAllowableEnumValues() : array<string|int, string>