Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 8 of 8) sorted by relevance

/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionException.kt101 return when (exception.errorCode) { in fromPlatformExtensionsClass()
130 exception.errorCode, in fromPlatformExtensionsClass()
290 internal constructor(public val errorCode: Int, errorMessage: String? = null, extras: Bundle) : constant in androidx.appfunctions.AppFunctionUnknownException
291 AppFunctionException(errorCode, errorMessage, extras) {
299 errorCode: Int,
301 ) : this(errorCode, errorMessage, Bundle.EMPTY)
DAppFunctionSystemExceptions.kt27 internal constructor(errorCode: Int, errorMessage: String? = null, extras: Bundle) :
28 AppFunctionException(errorCode, errorMessage, extras)
DAppFunctionAppExceptions.kt27 internal constructor(errorCode: Int, errorMessage: String? = null, extras: Bundle) :
28 AppFunctionException(errorCode, errorMessage, extras)
DAppFunctionRequestExceptions.kt28 internal constructor(errorCode: Int, errorMessage: String? = null, extras: Bundle) :
29 AppFunctionException(errorCode, errorMessage, extras)
/appfunctions/appfunctions-common/src/androidTest/java/androidx/appfunctions/
DAppFunctionExceptionTest.kt33 assertThat(platformException.errorCode).isEqualTo(AppFunctionException.ERROR_DENIED) in testTransformToPlatformExtensionsClass()
98 errorCode: Int, in testCreateFromPlatformExtensionsClass()
105 errorCode, in testCreateFromPlatformExtensionsClass()
113 assertThat(exception.internalErrorCode).isEqualTo(errorCode) in testCreateFromPlatformExtensionsClass()
/appfunctions/appfunctions-stubs/src/main/java/com/android/extensions/appfunctions/
DAppFunctionException.java129 public AppFunctionException(int errorCode, @Nullable String errorMessage) { in AppFunctionException() argument
134 int errorCode, @Nullable String errorMessage, @NonNull Bundle extras) { in AppFunctionException() argument
/appfunctions/appfunctions-common/api/
Drestricted_current.txt141 ctor public AppFunctionUnknownException(int errorCode, optional String? errorMessage);
143 property public int errorCode;
Dcurrent.txt141 ctor public AppFunctionUnknownException(int errorCode, optional String? errorMessage);
143 property public int errorCode;