generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(errors): Prevent error parsing from crashing
Although errors from the service should be returned in a specific format, we shouldn't rely on this. Istead of unmarshaling directly into a struct, use an interface that we can use to assert on the fields we want. Ref: LOG-20105
- Loading branch information
1 parent
3299842
commit 424c458
Showing
1 changed file
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters