public static interface ErrorReason.Builder extends SdkPojo, CopyableBuilder<ErrorReason.Builder,ErrorReason>
| Modifier and Type | Method and Description |
|---|---|
ErrorReason.Builder |
errorCode(ErrorCode errorCode)
Service Quotas returns the following error values.
|
ErrorReason.Builder |
errorCode(String errorCode)
Service Quotas returns the following error values.
|
ErrorReason.Builder |
errorMessage(String errorMessage)
The error message that provides more detail.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorReason.Builder errorCode(String errorCode)
Service Quotas returns the following error values.
DEPENDENCY_ACCESS_DENIED_ERROR is returned when the caller does not have permission to call the
service or service quota. To resolve the error, you need permission to access the service or service quota.
DEPENDENCY_THROTTLING_ERROR is returned when the service being called is throttling Service
Quotas.
DEPENDENCY_SERVICE_ERROR is returned when the service being called has availability issues.
SERVICE_QUOTA_NOT_AVAILABLE_ERROR is returned when there was an error in Service Quotas.
errorCode - Service Quotas returns the following error values.
DEPENDENCY_ACCESS_DENIED_ERROR is returned when the caller does not have permission to
call the service or service quota. To resolve the error, you need permission to access the service or
service quota.
DEPENDENCY_THROTTLING_ERROR is returned when the service being called is throttling
Service Quotas.
DEPENDENCY_SERVICE_ERROR is returned when the service being called has availability
issues.
SERVICE_QUOTA_NOT_AVAILABLE_ERROR is returned when there was an error in Service Quotas.
ErrorCode,
ErrorCodeErrorReason.Builder errorCode(ErrorCode errorCode)
Service Quotas returns the following error values.
DEPENDENCY_ACCESS_DENIED_ERROR is returned when the caller does not have permission to call the
service or service quota. To resolve the error, you need permission to access the service or service quota.
DEPENDENCY_THROTTLING_ERROR is returned when the service being called is throttling Service
Quotas.
DEPENDENCY_SERVICE_ERROR is returned when the service being called has availability issues.
SERVICE_QUOTA_NOT_AVAILABLE_ERROR is returned when there was an error in Service Quotas.
errorCode - Service Quotas returns the following error values.
DEPENDENCY_ACCESS_DENIED_ERROR is returned when the caller does not have permission to
call the service or service quota. To resolve the error, you need permission to access the service or
service quota.
DEPENDENCY_THROTTLING_ERROR is returned when the service being called is throttling
Service Quotas.
DEPENDENCY_SERVICE_ERROR is returned when the service being called has availability
issues.
SERVICE_QUOTA_NOT_AVAILABLE_ERROR is returned when there was an error in Service Quotas.
ErrorCode,
ErrorCodeErrorReason.Builder errorMessage(String errorMessage)
The error message that provides more detail.
errorMessage - The error message that provides more detail.Copyright © 2019. All rights reserved.