public static interface BatchPutMetricsError.Builder extends SdkPojo, CopyableBuilder<BatchPutMetricsError.Builder,BatchPutMetricsError>
| Modifier and Type | Method and Description |
|---|---|
BatchPutMetricsError.Builder |
code(PutMetricsErrorCode code)
The error code of an error that occured when attempting to put metrics.
|
BatchPutMetricsError.Builder |
code(String code)
The error code of an error that occured when attempting to put metrics.
|
BatchPutMetricsError.Builder |
metricIndex(Integer metricIndex)
An index that corresponds to the metric in the request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutMetricsError.Builder code(String code)
The error code of an error that occured when attempting to put metrics.
METRIC_LIMIT_EXCEEDED: The maximum amount of metrics per resource is exceeded.
INTERNAL_ERROR: An internal error occured.
VALIDATION_ERROR: The metric data failed validation.
CONFLICT_ERROR: Multiple requests attempted to modify the same data simultaneously.
code - The error code of an error that occured when attempting to put metrics.
METRIC_LIMIT_EXCEEDED: The maximum amount of metrics per resource is exceeded.
INTERNAL_ERROR: An internal error occured.
VALIDATION_ERROR: The metric data failed validation.
CONFLICT_ERROR: Multiple requests attempted to modify the same data simultaneously.
PutMetricsErrorCode,
PutMetricsErrorCodeBatchPutMetricsError.Builder code(PutMetricsErrorCode code)
The error code of an error that occured when attempting to put metrics.
METRIC_LIMIT_EXCEEDED: The maximum amount of metrics per resource is exceeded.
INTERNAL_ERROR: An internal error occured.
VALIDATION_ERROR: The metric data failed validation.
CONFLICT_ERROR: Multiple requests attempted to modify the same data simultaneously.
code - The error code of an error that occured when attempting to put metrics.
METRIC_LIMIT_EXCEEDED: The maximum amount of metrics per resource is exceeded.
INTERNAL_ERROR: An internal error occured.
VALIDATION_ERROR: The metric data failed validation.
CONFLICT_ERROR: Multiple requests attempted to modify the same data simultaneously.
PutMetricsErrorCode,
PutMetricsErrorCodeBatchPutMetricsError.Builder metricIndex(Integer metricIndex)
An index that corresponds to the metric in the request.
metricIndex - An index that corresponds to the metric in the request.Copyright © 2023. All rights reserved.