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 @@ -102,7 +102,7 @@ partial void ProcessGetLemurResponseResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand Down Expand Up @@ -130,7 +130,7 @@ partial void ProcessGetLemurResponseResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand Down Expand Up @@ -158,7 +158,7 @@ partial void ProcessGetLemurResponseResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_404 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_404,
Expand Down Expand Up @@ -186,7 +186,7 @@ partial void ProcessGetLemurResponseResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down Expand Up @@ -214,7 +214,7 @@ partial void ProcessGetLemurResponseResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_500 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_500,
Expand All @@ -239,7 +239,7 @@ partial void ProcessGetLemurResponseResponseContent(
}

throw new global::AssemblyAI.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_503 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_503,
Expand All @@ -263,7 +263,7 @@ partial void ProcessGetLemurResponseResponseContent(
}

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

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand Down Expand Up @@ -137,7 +137,7 @@ partial void ProcessLemurQuestionAnswerResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand Down Expand Up @@ -165,7 +165,7 @@ partial void ProcessLemurQuestionAnswerResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_404 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_404,
Expand Down Expand Up @@ -193,7 +193,7 @@ partial void ProcessLemurQuestionAnswerResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down Expand Up @@ -221,7 +221,7 @@ partial void ProcessLemurQuestionAnswerResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_500 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_500,
Expand All @@ -246,7 +246,7 @@ partial void ProcessLemurQuestionAnswerResponseContent(
}

throw new global::AssemblyAI.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_503 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_503,
Expand All @@ -270,7 +270,7 @@ partial void ProcessLemurQuestionAnswerResponseContent(
}

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

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand Down Expand Up @@ -137,7 +137,7 @@ partial void ProcessLemurSummaryResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand Down Expand Up @@ -165,7 +165,7 @@ partial void ProcessLemurSummaryResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_404 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_404,
Expand Down Expand Up @@ -193,7 +193,7 @@ partial void ProcessLemurSummaryResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down Expand Up @@ -221,7 +221,7 @@ partial void ProcessLemurSummaryResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_500 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_500,
Expand All @@ -246,7 +246,7 @@ partial void ProcessLemurSummaryResponseContent(
}

throw new global::AssemblyAI.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_503 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_503,
Expand All @@ -270,7 +270,7 @@ partial void ProcessLemurSummaryResponseContent(
}

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

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand Down Expand Up @@ -136,7 +136,7 @@ partial void ProcessLemurTaskResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand Down Expand Up @@ -164,7 +164,7 @@ partial void ProcessLemurTaskResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_404 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_404,
Expand Down Expand Up @@ -192,7 +192,7 @@ partial void ProcessLemurTaskResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down Expand Up @@ -220,7 +220,7 @@ partial void ProcessLemurTaskResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_500 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_500,
Expand All @@ -245,7 +245,7 @@ partial void ProcessLemurTaskResponseContent(
}

throw new global::AssemblyAI.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_503 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_503,
Expand All @@ -269,7 +269,7 @@ partial void ProcessLemurTaskResponseContent(
}

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

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand Down Expand Up @@ -131,7 +131,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand Down Expand Up @@ -159,7 +159,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_404 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_404,
Expand Down Expand Up @@ -187,7 +187,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down Expand Up @@ -215,7 +215,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_500 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_500,
Expand All @@ -240,7 +240,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent(
}

throw new global::AssemblyAI.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_503 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_503,
Expand All @@ -264,7 +264,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent(
}

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

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_400,
Expand Down Expand Up @@ -138,7 +138,7 @@ partial void ProcessCreateTemporaryTokenResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_401 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_401,
Expand Down Expand Up @@ -166,7 +166,7 @@ partial void ProcessCreateTemporaryTokenResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_404 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_404,
Expand Down Expand Up @@ -194,7 +194,7 @@ partial void ProcessCreateTemporaryTokenResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_429 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_429,
Expand Down Expand Up @@ -222,7 +222,7 @@ partial void ProcessCreateTemporaryTokenResponseContent(
}

throw new global::AssemblyAI.ApiException<global::AssemblyAI.Error>(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_500 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_500,
Expand All @@ -247,7 +247,7 @@ partial void ProcessCreateTemporaryTokenResponseContent(
}

throw new global::AssemblyAI.ApiException(
message: __response.ReasonPhrase ?? string.Empty,
message: __content_503 ?? __response.ReasonPhrase ?? string.Empty,
statusCode: __response.StatusCode)
{
ResponseBody = __content_503,
Expand All @@ -271,7 +271,7 @@ partial void ProcessCreateTemporaryTokenResponseContent(
}

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