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.
2 parents e7c999c + 7cc4149 commit 605889fCopy full SHA for 605889f
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