-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inntektsjustering legge til inntekt i omregningsflyt #6449
Conversation
45122fa
to
eea5b0f
Compare
d0d1a54
to
6dba6c1
Compare
6dba6c1
to
49c3bd9
Compare
} catch (e: JsonMappingException) { | ||
sikkerLogg.error("Feil under deserialisering", e) | ||
logger.error("Feil under deserialisering av inntektsjustering (id=${inntektsjustering.id}). Se sikkerlogg for detaljer.") | ||
throw e | ||
} catch (e: Exception) { | ||
logger.error("Uhåndtert feilsituasjon TODO : $", e) | ||
throw e | ||
// throw e TODO ta stilling til hvordan feil her skal håndteres... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Er ikke denne tryggere å bare beholde som throw e
hvis vi ikke har en bedre avklaring?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jeg fjernet den mest fordi det hadde køet opp flere meldinger som gjorde at appen havnet i crash loop. Vi bør gjøre det samme som for søknader. Der kastes ikke feilmelding videre men hvis alt er ok så sendes det en melding tilbake når alt er ok.
No description provided.