Skip to content

Commit cc7eab3

Browse files
Update errors.mdx
1 parent 423cc3a commit cc7eab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/plugin/framework/functions/errors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_title: Returning errors from functions
33
description: >-
44
Learn how to return errors from provider-defined functions with the Terraform
5-
provider framework.
5+
plugin framework.
66
---
77

88
# Returning errors from function
@@ -159,4 +159,4 @@ func (f *ExampleFunction) Run(ctx context.Context, req function.RunRequest, resp
159159

160160
resp.Error = function.ConcatFuncErrors(resp.Error, function.FuncErrorFromDiags(ctx, diags))
161161
}
162-
```
162+
```

0 commit comments

Comments
 (0)