Searched defs:errorMessage (Results 1 – 4 of 4) sorted by relevance
| /credentials/registry/registry-provider/src/main/java/androidx/credentials/registry/provider/ | ||
| D | RegisterCredentialsException.kt | 27 public val errorMessage: CharSequence? = null constant in androidx.credentials.registry.provider.RegisterCredentialsException |
| /credentials/credentials/src/main/java/androidx/credentials/exceptions/ | ||
| D | ClearCredentialException.kt | 35 @get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) open val errorMessage: CharSequence? = null constant in androidx.credentials.exceptions.ClearCredentialException |
| D | CreateCredentialException.kt | 37 @get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) open val errorMessage: CharSequence? = null constant in androidx.credentials.exceptions.CreateCredentialException |
| D | GetCredentialException.kt | 37 @get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) open val errorMessage: CharSequence? = null constant in androidx.credentials.exceptions.GetCredentialException |