Skip to content

Commit ce03bea

Browse files
authored
Merge pull request #380 from gabrielg/change-fastly-error-type-to-string
Change `fastly.error` from `FLOAT` to `STRING`
2 parents 84b1c33 + e471837 commit ce03bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__generator__/predefined.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ math.TAU:
18751875
fastly.error:
18761876
reference: "https://developer.fastly.com/reference/vcl/variables/miscellaneous/fastly-error/"
18771877
on: [RECV, HASH, HIT, MISS, PASS, FETCH, ERROR, DELIVER, LOG]
1878-
get: FLOAT
1878+
get: STRING
18791879
unset: true
18801880

18811881
fastly.ff.visits_this_pop:

context/predefined.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)