Current section
Files
Jump to
Current section
Files
src/openfeature@error.erl
-module(openfeature@error).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([error_code/0]).
-type error_code() :: provider_not_ready |
flag_not_found |
parse_error |
type_mismatch |
targeting_key_missing |
invalid_context |
general.