Skip to content

Commit

Permalink
enhance returned error information #33
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenkirstaetter committed Oct 13, 2024
1 parent e899d71 commit 11b675e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mscc.GenerativeAI/Constants/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ internal struct Constants
internal const uint ChunkSize = 8388608;
internal const long MaxUploadFileSize = 2147483648;
internal const string MediaType = "application/json";
internal const string RequestFailed = "Request failed";
internal const string RequestFailedWithStatusCode = "Request failed with Status Code: ";
}
}

0 comments on commit 11b675e

Please sign in to comment.