ApiException
open class ApiException(val status: HttpStatusCode, val code: ApiErrorCode? = null, val message: String, val cause: Throwable? = null) : Exception(source)
TODO: Bytte ut alt under no.nav.aap.komponenter.httpklient.httpclient.error med error av type ApiException
Inheritors
Constructors
Link copied to clipboard
constructor(status: HttpStatusCode, code: ApiErrorCode? = null, message: String, cause: Throwable? = null)