Searched defs:errorCode (Results 1 – 2 of 2) sorted by relevance
129 public AppFunctionException(int errorCode, @Nullable String errorMessage) { in AppFunctionException()134 int errorCode, @Nullable String errorMessage, @NonNull Bundle extras) { in AppFunctionException()
290 internal constructor(public val errorCode: Int, errorMessage: String? = null, extras: Bundle) : constant in androidx.appfunctions.AppFunctionUnknownException