# `GSPropertyListCreateErrorDetails`

*Function*

## Declaration

```swift
func GSPropertyListCreateErrorDetails(_ code: CFIndex, _ description: String!, _ suggestion: String!) -> Unmanaged<CFError>!
```

```objc
CFErrorRefGSPropertyListCreateErrorDetails(CFIndex code, NSString *description, NSString *suggestion);
```

```python
GSPropertyListCreateErrorDetails(code: CFIndex, description: str, suggestion: str) -> CFErrorRef
```

## See Also

### Errors

- [`GSPropertyListSetErrorForInfo`](/Core/GlyphsCore/GSPropertyListSetErrorForInfo)
- [`GSPropertyListCreateError`](/Core/GlyphsCore/GSPropertyListCreateError)

