-
- All Implemented Interfaces:
-
dev.openfeature.sdk.OpenFeatureStatus
public final class OpenFeatureStatus.Fatal implements OpenFeatureStatus
The provider has entered an irrecoverable error state.
-
-
Field Summary
Fields Modifier and Type Field Description private final OpenFeatureErrorerror
-
Constructor Summary
Constructors Constructor Description OpenFeatureStatus.Fatal(OpenFeatureError error)
-
Method Summary
Modifier and Type Method Description final OpenFeatureErrorgetError()-
-
Constructor Detail
-
OpenFeatureStatus.Fatal
OpenFeatureStatus.Fatal(OpenFeatureError error)
-
-
Method Detail
-
getError
final OpenFeatureError getError()
-
-
-
-