File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 33module Datadog
44 module OpenFeature
55 module Ext
6- # OpenFeature error codes
76 ERROR = 'ERROR'
87 INITIALIZING = 'INITIALIZING'
98 UNKNOWN_TYPE = 'UNKNOWN_TYPE'
109 PROVIDER_FATAL = 'PROVIDER_FATAL'
1110 PROVIDER_NOT_READY = 'PROVIDER_NOT_READY'
12- TYPE_MISMATCH = 'TYPE_MISMATCH'
13- PARSE_ERROR = 'PARSE_ERROR'
14- FLAG_NOT_FOUND = 'FLAG_NOT_FOUND'
15-
16- # Rust EvaluationError enum values (internal error codes)
17- TYPE_MISMATCH_ERROR = 'TypeMismatch'
18- CONFIGURATION_PARSE_ERROR = 'ConfigurationParseError'
19- CONFIGURATION_MISSING = 'ConfigurationMissing'
20- FLAG_UNRECOGNIZED_OR_DISABLED = 'FlagUnrecognizedOrDisabled'
21- FLAG_DISABLED = 'FlagDisabled'
22- DEFAULT_ALLOCATION_NULL = 'DefaultAllocationNull'
23- INTERNAL_ERROR = 'Internal'
2411 end
2512 end
2613end
You can’t perform that action at this time.
0 commit comments