---
title: EstimatorEncodingError
framework: createmlcomponents
role: symbol
role_heading: Enumeration
path: createmlcomponents/estimatorencodingerror
---

# EstimatorEncodingError

An estimator encoding error.

## Declaration

```swift
enum EstimatorEncodingError
```

## Topics

### Analyzing the error

- [EstimatorEncodingError.invalidState(debugDescription:)](createmlcomponents/estimatorencodingerror/invalidstate(debugdescription:).md)

### Getting the debug description

- [debugDescription](createmlcomponents/estimatorencodingerror/debugdescription.md)

### Default Implementations

- [CustomDebugStringConvertible Implementations](createmlcomponents/estimatorencodingerror/customdebugstringconvertible-implementations.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Error](swift/error.md)
- [Escapable](swift/escapable.md)
- [LocalizedError](foundation/localizederror.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Errors

- [AudioPreprocessingError](createmlcomponents/audiopreprocessingerror.md)
- [AudioReaderError](createmlcomponents/audioreadererror.md)
- [CompatibilityError](createmlcomponents/compatibilityerror.md)
- [ConcatenationError](createmlcomponents/concatenationerror.md)
- [DatasetError](createmlcomponents/dataseterror.md)
- [ModelCompatibilityError](createmlcomponents/modelcompatibilityerror.md)
- [ModelUpdateError](createmlcomponents/modelupdateerror.md)
- [OptimizationError](createmlcomponents/optimizationerror.md)
- [PipelineDataError](createmlcomponents/pipelinedataerror.md)
- [SerializationError](createmlcomponents/serializationerror.md)
- [TabularPipelineDataError](createmlcomponents/tabularpipelinedataerror.md)
- [VideoReaderError](createmlcomponents/videoreadererror.md)
