question

Cadrick Loh avatar image
Cadrick Loh asked

What is the namespace for ErrorCallback in Unity

 I couldn't find the namespace for ErrorCallback

I don't know what are the available member instances under ErrorCallback.

 

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

ErrorCallback is a public delegate defined in the PlayFab namespace in our Unity SDK: https://github.com/PlayFab/UnitySDK/blob/4f15696c2c34eaa2eafdbf4813cffd15f078498c/PlayFabClientSample/Assets/Plugins/PlayFabShared/PlayFabErrors.cs.

The usage pattern is that you define an error callback of your own, and pass it into calls to PlayFab API methods, to manage any error responses.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.