JsonParseError

data class JsonParseError(val message: String) : AxpSdkError

Error for the case where the JSON response from AXP could not be parsed successfully.

Constructors

Link copied to clipboard
constructor(jde: JsonDataException)
constructor(message: String)

Properties

Link copied to clipboard

Functions

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