Failure

data class Failure(val serviceIdentifier: EmspIdentifier, val reason: AuthenticationError) : EvChargingMediatorService.LogInResult

Indicates that the request to the serviceIdentifier service failed. The reason for the failure is provided in reason.

Constructors

Link copied to clipboard
constructor(serviceIdentifier: EmspIdentifier, reason: AuthenticationError)

Properties

Link copied to clipboard
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)