> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor/ks.reactor.ksplayerapi/ks.reactor.ksplayerapi.genericcallback.md).

# Delegate ksPlayerAPI.GenericCallback

Namespace: [KS.Reactor](/reactor/api-reference/ks.reactor.md)\
Assembly: KSCommon.dll

Generic callback with no return data.

```csharp
public delegate void ksPlayerAPI.GenericCallback(string error, object asyncState)
```

#### Parameters

`error` [string](https://learn.microsoft.com/dotnet/api/system.string)

Error message.

`asyncState` [object](https://learn.microsoft.com/dotnet/api/system.object)

Asynchronous state object.
