Skip to content

Commit

Permalink
Add support for original translations for problem details
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasvettefors committed Sep 6, 2024
1 parent c4d5bc3 commit 1762b1a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ data class ProblemDetails(
val status: Int?,
@SerializedName("detail")
val detail: String?,
@SerializedName("originalDetail")
val originalDetail: String?,
@SerializedName("operation")
internal val operations: OperationOutputModel
)

0 comments on commit 1762b1a

Please sign in to comment.