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 50b74c4 commit ab1f757Copy full SHA for ab1f757
Src/Notion.Client/RestClient/RestClient.cs
@@ -69,7 +69,7 @@ private static async Task<Exception> BuildException(HttpResponseMessage response
69
}
70
71
72
- return new NotionApiException(response.StatusCode, errorResponse?.ErrorCode, errorResponse.Message);
+ return new NotionApiException(response.StatusCode, errorResponse?.ErrorCode, errorResponse?.Message);
73
74
75
private async Task<HttpResponseMessage> SendAsync(
0 commit comments