Home | History | Annotate | Download | only in osu
      1 package com.android.hotspot2.osu;
      2 
      3 public enum OSUError {
      4     SPPversionNotSupported,
      5     MOsNotSupported,
      6     CredentialsFailure,
      7     RemediationFailure,
      8     ProvisioningFailed,
      9     ExistingCertificate,
     10     CookieInvalid,
     11     WebSessionID,
     12     PermissionDenied,
     13     CommandFailed,
     14     MOaddOrUpdateFailed,
     15     DeviceFull,
     16     BadTreeURI,
     17     TooLarge,
     18     CommandNotAllowed,
     19     UserAborted,
     20     NotFound,
     21     Other
     22 }
     23