T - The type of flag being evaluated.public interface BaseEvaluation<T>
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
getErrorCode()
The error code, if applicable.
|
String |
getErrorMessage()
The error message (usually from exception.getMessage()), if applicable.
|
String |
getReason()
Describes how we came to the value that we're returning.
|
T |
getValue()
Returns the resolved value of the evaluation.
|
String |
getVariant()
Returns an identifier for this value, if applicable.
|
T getValue()
String getVariant()
String getReason()
ErrorCode getErrorCode()
String getErrorMessage()
Copyright © 2023. All rights reserved.