Reference documentation and code samples for the Google Cloud Assured Workloads V1 Client class SetupError.
Setup error of SAA enrollment.
Protobuf type google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError
Namespace
Google \ Cloud \ AssuredWorkloads \ V1 \ Workload \ SaaEnrollmentResponseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SETUP_ERROR_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum SETUP_ERROR_UNSPECIFIED = 0;
ERROR_INVALID_BASE_SETUP
Value: 1
Invalid states for all customers, to be redirected to AA UI for additional details.
Generated from protobuf enum ERROR_INVALID_BASE_SETUP = 1;
ERROR_MISSING_EXTERNAL_SIGNING_KEY
Value: 2
Returned when there is not an EKM key configured.
Generated from protobuf enum ERROR_MISSING_EXTERNAL_SIGNING_KEY = 2;
ERROR_NOT_ALL_SERVICES_ENROLLED
Value: 3
Returned when there are no enrolled services or the customer is enrolled in CAA only for a subset of services.
Generated from protobuf enum ERROR_NOT_ALL_SERVICES_ENROLLED = 3;
ERROR_SETUP_CHECK_FAILED
Value: 4
Returned when exception was encountered during evaluation of other criteria.
Generated from protobuf enum ERROR_SETUP_CHECK_FAILED = 4;