Class: DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataCloudStorageErrorType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage_error_type.rb

Overview

The type of error that occurred during file processing. This field provides high-level error categories for easier troubleshooting and is only present when there are errors.

Constant Summary collapse

TABLE_SCHEMA_ERROR =
"TABLE_SCHEMA_ERROR".freeze
FILE_FORMAT_ERROR =
"FILE_FORMAT_ERROR".freeze
CONFIGURATION_ERROR =
"CONFIGURATION_ERROR".freeze
QUOTA_EXCEEDED =
"QUOTA_EXCEEDED".freeze
CONFLICT_ERROR =
"CONFLICT_ERROR".freeze
VALIDATION_ERROR =
"VALIDATION_ERROR".freeze
STATE_ERROR =
"STATE_ERROR".freeze
OPERATION_ERROR =
"OPERATION_ERROR".freeze
SYSTEM_ERROR =
"SYSTEM_ERROR".freeze

Method Summary

Methods included from BaseEnumModel

included