# `GSPropertyListCreateError`

*Function*

## Declaration

```objc
CFErrorRefGSPropertyListCreateError(CFIndex code, NSString *debugFormat, ...);
```

```python
GSPropertyListCreateError(code: CFIndex, debugFormat: str) -> CFErrorRef
```

## See Also

### Errors

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

