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
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/main/resources/csharp/libraries/unityWebRequest/ConnectionException.mustache
+36
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ using UnityEngine.Networking;
5
5
6
6
namespace {{packageName}}.Client
7
7
{
8
+
#if UNITY_2020_1_OR_NEWER
8
9
public class ConnectionException : Exception
9
10
{
10
11
public UnityWebRequest.Result Result { get; private set; }
Copy file name to clipboardExpand all lines: samples/client/petstore/csharp/unityWebRequest/net9/Petstore/src/Org.OpenAPITools/Client/ConnectionException.cs
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
Copy file name to clipboardExpand all lines: samples/client/petstore/csharp/unityWebRequest/standard2.0/Petstore/src/Org.OpenAPITools/Client/ApiClient.cs
0 commit comments