We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3d712 commit 29bd116Copy full SHA for 29bd116
tfe.go
@@ -987,7 +987,7 @@ func checkResponseCode(r *http.Response) error {
987
return err
988
}
989
990
- if errorPayloadContains(errs, "Invalid include parameter") {
+ if errorPayloadContains(errs, "include parameter") {
991
return ErrInvalidIncludeValue
992
993
return errors.New(strings.Join(errs, "\n"))
0 commit comments