Failure

@IviExperimental(reasons = [])
data class Failure(val reason: FailureReason) : EvChargingResult

Indicates that the command execution failed. The reason for the failure is provided in reason.

Constructors

Link copied to clipboard
constructor(reason: FailureReason)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)