InvalidSdkInput

data class InvalidSdkInput(val errorMessage: String?) : ProvisionResult.Failure

The provided SDK Input string could not be parsed.

Constructors

Link copied to clipboard
constructor(errorMessage: String?)

Properties

Link copied to clipboard