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",
}
)
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.