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)

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
open val code: ApiErrorCode?
Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard
Link copied to clipboard
open val status: HttpStatusCode
Link copied to clipboard

Functions

Link copied to clipboard