# Constants
SummaryConstructingClient is the error summary for when a client cannot be constructed.
SummaryDuplicateFoundByName is the error summary for when a duplicate resource is found by name.
SummaryErrorCreatingResource is the error summary for when a resource cannot be created.
SummaryErrorDeletingResource is the error summary for when a resource cannot be deleted.
SummaryErrorImportingResource is the error summary for when a resource cannot be imported.
SummaryErrorReadingDataSource is the error summary for when a data source cannot be read.
SummaryErrorReadingResource is the error summary for when a resource cannot be read.
SummaryErrorUpdatingResource is the error summary for when a resource cannot be updated.
SummaryTokenMissing is the error summary for when a token is missing.
SummaryUnexpectedError is the error summary for when an unexpected error occurs.
SummaryUnexpectedProviderDataType is the error summary for when the provider data type is unexpected.
# Variables
AivenResourceNotFound is the error message for when an Aiven resource cannot be found.
DetailDuplicateFoundByName is the detailed error message for when a duplicate resource is found by name.
DetailErrorCreatingResource is the detailed error message for when a resource cannot be created.
DetailErrorDeletingResource is the detailed error message for when a resource cannot be deleted.
DetailErrorImportingResourceNotSupported is the detailed error message for when a resource cannot be imported because it is not supported.
DetailErrorReadingDataSource is the detailed error message for when a data source cannot be read.
DetailErrorReadingResource is the detailed error message for when a resource cannot be read.
DetailErrorUpdatingResource is the detailed error message for when a resource cannot be updated.
DetailErrorUpdatingResourceNotSupported is the detailed error message for when a resource cannot be updated.
DetailTokenMissing is the detailed error message for when a token is missing.
DetailUnexpectedError is the detailed error message for when an unexpected error occurs.
DetailUnexpectedProviderDataType is the detailed error message for when the provider data type is unexpected.
ResourceNotFound is the error message for when a resource cannot be found.
UnableToSetValueFrom is the error message for when a Set cannot be created from a value.