Searched defs:errorMessage (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()
33 public val errorMessage: String?, constant in androidx.appfunctions.AppFunctionException