Skip to content

Commit e5357dc

Browse files
authored
Fix merge error StatusMessage property,
1 parent bca4683 commit e5357dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Helpers/GXRestAPIClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public GXRestAPIClient()
4444
public string ErrorMessage { get; set; }
4545

4646
public int StatusCode { get; set; }
47-
47+
public string StatusMessage { get ; set; }
4848
public int ResponseCode { get => responseCode; set => responseCode = value; }
4949
public string ResponseMessage { get => responseMessage; set => responseMessage = value; }
5050
public string HttpMethod { get => httpMethod; set => httpMethod = value; }

0 commit comments

Comments
 (0)