<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/SparseSymbolicFactorOptions/reportError",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@SA@SparseSymbolicFactorOptions@FI@reportError"
  },
  "title" : "reportError"
}
-->

# reportError

The function for reporting parameter errors.

```
var reportError: ((UnsafePointer<CChar>) -> Void)?
```

## Discussion

If this value is `nil`, the system reports errors using <doc://com.apple.documentation/documentation/os/os_log_error> and then `__builtin_trap()`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)