We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca4683 commit e5357dcCopy full SHA for e5357dc
dotnet/src/dotnetframework/GxClasses/Helpers/GXRestAPIClient.cs
@@ -44,7 +44,7 @@ public GXRestAPIClient()
44
public string ErrorMessage { get; set; }
45
46
public int StatusCode { get; set; }
47
-
+ public string StatusMessage { get ; set; }
48
public int ResponseCode { get => responseCode; set => responseCode = value; }
49
public string ResponseMessage { get => responseMessage; set => responseMessage = value; }
50
public string HttpMethod { get => httpMethod; set => httpMethod = value; }
0 commit comments