blob: 2fa7de07fd80364db4af76dd9f319cb137cb055c [file] [log] [blame]
package com.android.hotspot2.osu;
public enum OSUError {
SPPversionNotSupported,
MOsNotSupported,
CredentialsFailure,
RemediationFailure,
ProvisioningFailed,
ExistingCertificate,
CookieInvalid,
WebSessionID,
PermissionDenied,
CommandFailed,
MOaddOrUpdateFailed,
DeviceFull,
BadTreeURI,
TooLarge,
CommandNotAllowed,
UserAborted,
NotFound,
Other
}