Searched refs:errorCode (Results 1 – 8 of 8) sorted by relevance
| /appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/ |
| D | AppFunctionException.kt | 101 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)
|
| D | AppFunctionSystemExceptions.kt | 27 internal constructor(errorCode: Int, errorMessage: String? = null, extras: Bundle) : 28 AppFunctionException(errorCode, errorMessage, extras)
|
| D | AppFunctionAppExceptions.kt | 27 internal constructor(errorCode: Int, errorMessage: String? = null, extras: Bundle) : 28 AppFunctionException(errorCode, errorMessage, extras)
|
| D | AppFunctionRequestExceptions.kt | 28 internal constructor(errorCode: Int, errorMessage: String? = null, extras: Bundle) : 29 AppFunctionException(errorCode, errorMessage, extras)
|
| /appfunctions/appfunctions-common/src/androidTest/java/androidx/appfunctions/ |
| D | AppFunctionExceptionTest.kt | 33 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/ |
| D | AppFunctionException.java | 129 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/ |
| D | restricted_current.txt | 141 ctor public AppFunctionUnknownException(int errorCode, optional String? errorMessage); 143 property public int errorCode;
|
| D | current.txt | 141 ctor public AppFunctionUnknownException(int errorCode, optional String? errorMessage); 143 property public int errorCode;
|