Enum Class PropertyComponentFailure.Reason
java.lang.Object
java.lang.Enum<PropertyComponentFailure.Reason>
com.highmobility.autoapi.property.PropertyComponentFailure.Reason
- All Implemented Interfaces:
Serializable,Comparable<PropertyComponentFailure.Reason>,Constable
- Enclosing class:
- PropertyComponentFailure
@Deprecated
public static enum PropertyComponentFailure.Reason
extends Enum<PropertyComponentFailure.Reason>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Failed to retrieve property in timeDeprecated.Could not interpret propertyDeprecated.Internal OEM errorDeprecated.Property is being refreshedDeprecated.Property rate limit has been exceededDeprecated.Insufficient permissions to get the propertyDeprecated.Property failed for unknown reason -
Method Summary
Modifier and TypeMethodDescriptionfromByte(byte byteValue) Deprecated.bytegetByte()Deprecated.Deprecated.Returns the enum constant of this class with the specified name.static PropertyComponentFailure.Reason[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RATE_LIMIT
Deprecated.Property rate limit has been exceeded -
EXECUTION_TIMEOUT
Deprecated.Failed to retrieve property in time -
FORMAT_ERROR
Deprecated.Could not interpret property -
UNAUTHORISED
Deprecated.Insufficient permissions to get the property -
UNKNOWN
Deprecated.Property failed for unknown reason -
PENDING
Deprecated.Property is being refreshed -
INTERNAL_OEM_ERROR
Deprecated.Internal OEM error
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromByte
Deprecated.- Throws:
CommandParseException
-
getByte
public byte getByte()Deprecated.
-
Failure.getReason()instead