> 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.unity.editor/ks.unity.editor.kseditorwebservice/ks.unity.editor.kseditorwebservice.requestcallback.md).

# Delegate ksEditorWebService.RequestCallback

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

```csharp
public delegate void ksEditorWebService.RequestCallback(ksJSON response, string error)
```

#### Parameters

`response` [ksJSON](/reactor/api-reference/ks.reactor/ks.reactor.ksjson.md)

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