MissingMandatoryParameter

data class MissingMandatoryParameter(val parameter: String, val location: String) : AxpSdkError

Error for the case where a response from the server is missing a value that is expected to be present.

Constructors

Link copied to clipboard
constructor(parameter: String, location: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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