diff --git a/website/cue/reference/remap/functions/parse_float.cue b/website/cue/reference/remap/functions/parse_float.cue index f06c26153fcef..ebf6b9394b9c1 100644 --- a/website/cue/reference/remap/functions/parse_float.cue +++ b/website/cue/reference/remap/functions/parse_float.cue @@ -14,7 +14,9 @@ remap: functions: parse_float: { type: ["string"] }, ] - internal_failure_reasons: [] + internal_failure_reasons: [ + "`value` is not a string.", + ] return: types: ["float"] examples: [ diff --git a/website/cue/reference/remap/functions/parse_regex_all.cue b/website/cue/reference/remap/functions/parse_regex_all.cue index f41abe434e37f..0607a3fec176d 100644 --- a/website/cue/reference/remap/functions/parse_regex_all.cue +++ b/website/cue/reference/remap/functions/parse_regex_all.cue @@ -33,7 +33,10 @@ remap: functions: parse_regex_all: { type: ["regex"] }, ] - internal_failure_reasons: [] + internal_failure_reasons: [ + "`value` is not a string.", + "`pattern` is not a regex.", + ] return: { types: ["array"] rules: [