errorCode property
Code describing any errors that may have occurred.
If not specified, there is no error in actuation.
Output only. Possible string values are:
- "ERROR_CODE_UNSPECIFIED" : No error code was specified.
- "TERRAFORM_FAILED" : General Terraform failure.
- "PERMISSION_DENIED_IN_TERRAFORM" : Permission error in Terraform.
- "QUOTA_EXCEED_IN_TERRAFORM" : Quota related error in Terraform.
- "ANSIBLE_FAILED" : General Ansible failure.
- "CONSTRAINT_VIOLATION_IN_TERRAFORM" : Constraint related error in Terraform.
- "RESOURCE_ALREADY_EXISTS_IN_TERRAFORM" : Resource already exists error in Terraform.
- "RESOURCE_UNAVAILABLE_IN_TERRAFORM" : Resource not found error in Terraform.
- "PERMISSION_DENIED_IN_ANSIBLE" : Permission denied error in Ansible.
- "INVALID_SECRET_IN_ANSIBLE" : Secret related error in Ansible.
- "TERRAFORM_DELETION_FAILED" : General Terraform failure during deletion.
- "RESOURCE_IN_USE_IN_TERRAFORM_DELETION" : Resource in use error in Terraform deletion.
- "ANSIBLE_START_FAILED" : Startup failure in Ansible.
Implementation
core.String? errorCode;