Skip to content

Commit

Permalink
Justert litt på feilrapportering fra bidrag-grunnlag (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsOttoHaugen authored Jan 25, 2024
1 parent 32dae6a commit c78f3ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package no.nav.bidrag.transport.behandling.grunnlag.response

import io.swagger.v3.oas.annotations.media.Schema
import no.nav.bidrag.domene.enums.grunnlag.GrunnlagRequestType
import org.springframework.http.HttpStatus
import org.springframework.http.HttpStatusCode
import java.time.LocalDate

data class FeilrapporteringDto(
Expand All @@ -15,7 +15,7 @@ data class FeilrapporteringDto(
@Schema(description = "Periode til-dato")
val periodeTil: LocalDate?,
@Schema(description = "Http statuskode")
val feilkode: HttpStatus?,
val feilkode: HttpStatusCode?,
@Schema(description = "Feilmelding")
val feilmelding: String?,
)

0 comments on commit c78f3ff

Please sign in to comment.