Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ partial void ProcessCorrectTextResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ partial void ProcessCreateCustomInstructionResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ partial void ProcessCreateStyleRuleListResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ await DeleteCustomInstructionAsResponseAsync(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ await DeleteStyleRuleListAsResponseAsync(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ partial void ProcessGetCustomInstructionResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ partial void ProcessGetStyleRuleListResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ partial void ProcessGetStyleRuleListsResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ partial void ProcessUpdateCustomInstructionResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ partial void ProcessUpdateStyleRuleConfiguredRulesResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ partial void ProcessUpdateStyleRuleListResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ partial void ProcessGetLanguageResourcesResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ partial void ProcessGetLanguagesResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ partial void ProcessGetUsageResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ partial void ProcessRephraseTextResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ partial void ProcessDownloadDocumentResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down Expand Up @@ -1085,7 +1085,7 @@ partial void ProcessDownloadDocumentResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ partial void ProcessGetDocumentStatusResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ request.Filename is null
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down Expand Up @@ -1492,7 +1492,7 @@ request.Filename is null
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down Expand Up @@ -2372,7 +2372,7 @@ request.Filename is null
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ partial void ProcessTranslateTextResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ partial void ProcessListTranslationMemoriesResponseContent(
h => h.Key,
h => h.Value));
}
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
// Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
if ((int)__response.StatusCode == 403)
{
string? __content_403 = null;
Expand Down
Loading