BadRequest

data class BadRequest(val detail: String? = null) : AxpSdkError

Generic error for the 400 response code, returned when there's not a more specific error to be reported for it.

Constructors

Link copied to clipboard
constructor(detail: String? = null)

Properties

Link copied to clipboard
val detail: String? = null

Functions

Link copied to clipboard
open override fun toString(): String