Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
RetryableTransientErrors = map[string]string{
".*Error 400.*There is a peering operation in progress on the local or peer network.*": "Peering operation in progress.",
".*Error 409.*There were concurrent policy changes.*": "Concurrent policy changes.",
".*rateLimitExceeded.*": "Rate limit exceeded.",
".*FOLDER_TO_DELETE_NON_EMPTY_VIOLATION.*": "Failed to delete non empty folder.",
".*Error 403.*Permission.*denied on resource.*": "Permission denied on resource.",
".*Error 403.*Request is prohibited by organization's policy.*vpcServiceControlsUniqueIdentifier.*": "Request is prohibited by organization's policy.",
".*Error getting operation for committing purpose for TagValue.*": "Failed creating TagValue.",
".*Error 403.*Compute Engine API has not been used in project.*": "Compute Engine API not enabled",
".*Error 400.*Service account.*does not exist*": "Error setting IAM policy",
".*Error waiting for Create Service Networking Connection.*Error code 16.*Expected OAuth 2 access token.*": "Request had invalid authentication credentials.",
".*Error 400: The eTag provided.*does not match the eTag of the current version of the Access Policy, which is.*": "Conflict during Access Policy configuration.",
}
)
Functions ¶
func GetLastSplitElement ¶
func GetOrgACMPolicyID ¶
GetOrgACMPolicyID gets the Organization Access Context Manager Policy ID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.