HttpResponse

Fallback error carrying the raw HTTP status and response body. Returned by RoutexErrorDispatcher.dispatch when no typed error variant matches; typically when the YAXI service introduces a new error variant ahead of an updated SDK. Display a generic technical-error message; report internally if it recurs.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String
Link copied to clipboard
val status: Int
Link copied to clipboard