Home
last modified time | relevance | path

Searched defs:errorMessage (Results 1 – 4 of 4) sorted by relevance

/credentials/registry/registry-provider/src/main/java/androidx/credentials/registry/provider/
DRegisterCredentialsException.kt27 public val errorMessage: CharSequence? = null constant in androidx.credentials.registry.provider.RegisterCredentialsException
/credentials/credentials/src/main/java/androidx/credentials/exceptions/
DClearCredentialException.kt35 @get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) open val errorMessage: CharSequence? = null constant in androidx.credentials.exceptions.ClearCredentialException
DCreateCredentialException.kt37 @get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) open val errorMessage: CharSequence? = null constant in androidx.credentials.exceptions.CreateCredentialException
DGetCredentialException.kt37 @get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) open val errorMessage: CharSequence? = null constant in androidx.credentials.exceptions.GetCredentialException