---
title: internalError
framework: metal
role: symbol
role_heading: Type Property
path: metal/mtlbinaryarchiveerror-swift.struct/internalerror
---

# internalError

An error code that indicates the Metal framework has an internal problem.

## Declaration

```swift
static var internalError: MTLBinaryArchiveError.Code { get }
```

## Discussion

Discussion You can report the scenario that generated this error code with Feedback Assistant.

## See Also

### Error codes

- [none](metal/mtlbinaryarchiveerror-swift.struct/none.md)
- [invalidFile](metal/mtlbinaryarchiveerror-swift.struct/invalidfile.md)
- [compilationFailure](metal/mtlbinaryarchiveerror-swift.struct/compilationfailure.md)
- [unexpectedElement](metal/mtlbinaryarchiveerror-swift.struct/unexpectedelement.md)
- [MTLBinaryArchiveError.Code](metal/mtlbinaryarchiveerror-swift.struct/code.md)
