Skip to content

Commit

Permalink
Merge branch 'feature/#58' into Manual-Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisPitallano committed Feb 26, 2022
2 parents 14fb624 + 0766796 commit 42d5f5c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ public class Error
/// <summary>
/// Code
/// </summary>
[JsonPropertyName("Code")]
public int Code { get; set; }

/// <summary>
/// Message
/// </summary>
[JsonPropertyName("message")]
public string? Message { get; set; }
}
}

0 comments on commit 42d5f5c

Please sign in to comment.