Added in API level 34
Summary:
Methods
| Inherited Methods
CarPropertyManager.PropertyAsyncError
public
static
final
class
CarPropertyManager.PropertyAsyncError
extends Object
java.lang.Object | |
↳ | android.car.hardware.property.CarPropertyManager.PropertyAsyncError |
An error result for GetPropertyCallback
or SetPropertyCallback
.
Summary
Public methods | |
---|---|
int
|
getAreaId()
|
int
|
getErrorCode()
|
int
|
getPropertyId()
|
int
|
getRequestId()
|
String
|
toString()
Prints out debug message. |
Inherited methods | |
---|---|
Public methods
getErrorCode
Added in API level 34
public int getErrorCode ()
Returns | |
---|---|
int |
Value is com.android.car.internal.property.CarPropertyHelper.STATUS_OK, CarPropertyManager.STATUS_ERROR_INTERNAL_ERROR , CarPropertyManager.STATUS_ERROR_NOT_AVAILABLE , or CarPropertyManager.STATUS_ERROR_TIMEOUT |