> 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.client.unity.editor/ks.reactor.client.unity.editor.kspublishservice/ks.reactor.client.unity.editor.kspublishservice.startservercallback.md).

# Delegate ksPublishService.StartServerCallback

Namespace: [KS.Reactor.Client.Unity.Editor](/reactor/api-reference/ks.reactor.client.unity.editor.md)\
Assembly: KSUnity-Source.dll

Start server callback.

```csharp
public delegate void ksPublishService.StartServerCallback(string error)
```

#### Parameters

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

Error message, null if no errors were returned.
