Other

data class Other(val error: String?) : ProvisionResult.Failure

An unexpected exception occurred.

Parameters

error

a string description of the failure or null if there is no description available.

Constructors

Link copied to clipboard
constructor(error: String?)

Properties

Link copied to clipboard