Skip to content

Commit

Permalink
docs(vrl): make parse_etld fallible in docs (#19842)
Browse files Browse the repository at this point in the history
* docs(vrl): make `parse_etld` fallible in docs

Missed in #19795

* Fix formatting for parse_etld cue file
  • Loading branch information
esensar committed Feb 9, 2024
1 parent 0851fca commit 405f3ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/cue/reference/remap/functions/parse_etld.cue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ remap: functions: parse_etld: {
default: false
},
]
internal_failure_reasons: []
internal_failure_reasons: [
"unable to determine eTLD for `value`",
]
return: types: ["object"]

examples: [
Expand Down

0 comments on commit 405f3ef

Please sign in to comment.