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 @@ -144,7 +144,7 @@ partial void ProcessPostEditImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand All @@ -168,7 +168,7 @@ partial void ProcessPostEditImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand All @@ -195,7 +195,7 @@ partial void ProcessPostEditImageResponseContent(
}

throw new global::Ideogram.ApiException<global::Ideogram.GenerateImageSafetyError>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_422 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_422,
Expand All @@ -220,7 +220,7 @@ partial void ProcessPostEditImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ partial void ProcessPostGenerateImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand All @@ -132,7 +132,7 @@ partial void ProcessPostGenerateImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand All @@ -159,7 +159,7 @@ partial void ProcessPostGenerateImageResponseContent(
}

throw new global::Ideogram.ApiException<global::Ideogram.GenerateImageSafetyError>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_422 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_422,
Expand All @@ -184,7 +184,7 @@ partial void ProcessPostGenerateImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ partial void ProcessPostReframeImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand All @@ -156,7 +156,7 @@ partial void ProcessPostReframeImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand All @@ -183,7 +183,7 @@ partial void ProcessPostReframeImageResponseContent(
}

throw new global::Ideogram.ApiException<global::Ideogram.GenerateImageSafetyError>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_422 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_422,
Expand All @@ -208,7 +208,7 @@ partial void ProcessPostReframeImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ partial void ProcessPostRemixImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand All @@ -137,7 +137,7 @@ partial void ProcessPostRemixImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_403 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_403,
Expand All @@ -164,7 +164,7 @@ partial void ProcessPostRemixImageResponseContent(
}

throw new global::Ideogram.ApiException<global::Ideogram.GenerateImageSafetyError>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_422 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_422,
Expand All @@ -189,7 +189,7 @@ partial void ProcessPostRemixImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ partial void ProcessPostUpscaleImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand All @@ -136,7 +136,7 @@ partial void ProcessPostUpscaleImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_403 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_403,
Expand All @@ -163,7 +163,7 @@ partial void ProcessPostUpscaleImageResponseContent(
}

throw new global::Ideogram.ApiException<global::Ideogram.GenerateImageSafetyError>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_422 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_422,
Expand All @@ -188,7 +188,7 @@ partial void ProcessPostUpscaleImageResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ partial void ProcessCreateApiKeyResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand All @@ -116,7 +116,7 @@ partial void ProcessCreateApiKeyResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_402 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_402,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ partial void ProcessGetApiKeysResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand All @@ -116,7 +116,7 @@ partial void ProcessGetApiKeysResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_403 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_403,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ partial void ProcessGetApiStripeSubscriptionResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand All @@ -125,7 +125,7 @@ partial void ProcessGetApiStripeSubscriptionResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_403 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_403,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ partial void ProcessGetApiSubscriptionResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand All @@ -116,7 +116,7 @@ partial void ProcessGetApiSubscriptionResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_403 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_403,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ partial void ProcessGetApiTermsResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand All @@ -116,7 +116,7 @@ partial void ProcessGetApiTermsResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_403 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_403,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ partial void ProcessPostApiSubscriptionResponseContent(
}

throw new global::Ideogram.ApiException<global::Ideogram.PostApiSubscriptionError>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand All @@ -134,7 +134,7 @@ partial void ProcessPostApiSubscriptionResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand All @@ -158,7 +158,7 @@ partial void ProcessPostApiSubscriptionResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_403 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_403,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ partial void ProcessReactivateSubscriptionResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand All @@ -116,7 +116,7 @@ partial void ProcessReactivateSubscriptionResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_402 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_402,
Expand All @@ -140,7 +140,7 @@ partial void ProcessReactivateSubscriptionResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_404 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_404,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ partial void ProcessPostDescribeResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand All @@ -135,7 +135,7 @@ partial void ProcessPostDescribeResponseContent(
}

throw new global::Ideogram.ApiException<global::Ideogram.ImageSafetyError>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_422 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_422,
Expand All @@ -160,7 +160,7 @@ partial void ProcessPostDescribeResponseContent(
}

throw new global::Ideogram.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down
Loading