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 5dce78c commit 46f029fCopy full SHA for 46f029f
file/provider/util.go
@@ -82,6 +82,7 @@ var skipErrorCodes = map[string]bool{
82
"shares_bad_field_for_rfs_profile": true,
83
"shares_profile_bandwidth_not_allowed": true,
84
"shares_bandwidth_invalid": true,
85
+ "shares_not_implemented": true,
86
}
87
88
// retry ...
0 commit comments