public class

DJISDKCacheError

extends DJIError
java.lang.Object
   ↳ dji.common.error.DJIError
     ↳ dji.common.error.DJISDKCacheError

Summary

Fields
public static final DJISDKCacheError DISCONNECTED The abstraction is no longer connected to real hardware.
public static final DJISDKCacheError INVALID_KEY_FORMAT The key does not match the format: component/index/key with index being a number of *.
public static final DJISDKCacheError INVALID_KEY_FOR_COMPONENT The key does not exist in component abstraction
public static final DJISDKCacheError INVALID_VALUE Invalid parameters.
public static final DJISDKCacheError INVALID_VALUE_TYPE The key does not match the format: component/index/key with index being a number of *.
public static final DJISDKCacheError KEY_UNSUPPORTED The key is not supported.
public static final DJISDKCacheError NO_ACTION_FOR_KEY The key is not actionable
public static final DJISDKCacheError NO_GET_FOR_KEY The key is not gettable
public static final DJISDKCacheError NO_SET_FOR_KEY The key is not settable
public static final DJISDKCacheError NO_STORAGE_ACCESS can not access to componect storage
public static final DJISDKCacheError UNKNOWN_ACCESS_TYPE The access type requested for the key is unknown.
[Expand]
Inherited Fields
From class dji.common.error.DJIError
[Expand]
Inherited Methods
From class dji.common.error.DJIError
From class java.lang.Object

Fields

public static final DJISDKCacheError DISCONNECTED

The abstraction is no longer connected to real hardware.

public static final DJISDKCacheError INVALID_KEY_FORMAT

The key does not match the format: component/index/key with index being a number of *.

public static final DJISDKCacheError INVALID_KEY_FOR_COMPONENT

The key does not exist in component abstraction

public static final DJISDKCacheError INVALID_VALUE

Invalid parameters.
This error will be returned when the sent parameters are invalid.

public static final DJISDKCacheError INVALID_VALUE_TYPE

The key does not match the format: component/index/key with index being a number of *.

public static final DJISDKCacheError KEY_UNSUPPORTED

The key is not supported.

public static final DJISDKCacheError NO_ACTION_FOR_KEY

The key is not actionable

public static final DJISDKCacheError NO_GET_FOR_KEY

The key is not gettable

public static final DJISDKCacheError NO_SET_FOR_KEY

The key is not settable

public static final DJISDKCacheError NO_STORAGE_ACCESS

can not access to componect storage

public static final DJISDKCacheError UNKNOWN_ACCESS_TYPE

The access type requested for the key is unknown. This is an implementation error in the cache as only valid types should be exposed to the public interface.