Skip to content

Commit 42073df

Browse files
authored
docs(error-case): update ErrorCase description in ReadMe
2 parents 8232ec9 + 2728c70 commit 42073df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

APIMatic.Core/Response/ErrorCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace APIMatic.Core.Response
1111
{
1212
/// <summary>
13-
/// This class is used to generate an ApiException.
13+
/// Used to generate an ApiException from the HttpClient response
1414
/// </summary>
1515
/// <typeparam name="Request"> Class Type that holds http request info </typeparam>
1616
/// <typeparam name="Response"> Class Type that holds http response info </typeparam>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This project contains core logic and the utilities for the APIMatic's C# SDK
2121
| [`QueryParam`](APIMatic.Core/Request/Parameters/QueryParam.cs) | Query parameter class |
2222
| [`TemplateParam`](APIMatic.Core/Request/Parameters/TemplateParam.cs) | Template parameter class |
2323
| [`RequestBuilder`](APIMatic.Core/Request/RequestBuilder.cs) | Used to instantiate a new Request object with the provided properties |
24+
| [`ErrorCase`](APIMatic.Core/Response/ErrorCase.cs) | Used to generate an ApiException from the HttpClient response |
2425
| [`ResponseHandler`](APIMatic.Core/Response/ResponseHandler.cs) | Used to handle and process the response from HttpClient |
2526
| [`ApiCall`](APIMatic.Core/ApiCall.cs) | Deals with the execution of request created from RequestBuilder and processes the response through ResponseHandler |
2627
| [`GlobalConfiguration`](APIMatic.Core/GlobalConfiguration.cs) | Carries the common configuration that will be applicable to all the ApiCalls |

0 commit comments

Comments
 (0)