You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unity SDK throws an ApiResponseException in case there is any issue with the API response including StatusCode and Message. I guess it
would be nice to also group all API Exceptions into one SDK owned class which can be handeled by the user:
HTTP socket exception
Request timeout
Abnormal status code
Runtime errors
The text was updated successfully, but these errors were encountered:
Unity SDK throws an
ApiResponseException
in case there is any issue with the API response includingStatusCode
andMessage
. I guess itwould be nice to also group all API Exceptions into one SDK owned class which can be handeled by the user:
The text was updated successfully, but these errors were encountered: