View Source OpenFeature.ResolutionDetails (OpenFeature v0.1.1)
OpenFeature ResolutionDetails struct.
Summary
Types
@type t() :: %OpenFeature.ResolutionDetails{ error_code: OpenFeature.Types.error_code() | nil, error_message: binary() | nil, flag_metadata: OpenFeature.Types.flag_metadata() | nil, reason: OpenFeature.Types.reason() | nil, value: OpenFeature.Types.flag_value(), variant: binary() | nil }