Package apple.devicecheck.enums
Class DCError
- java.lang.Object
-
- apple.devicecheck.enums.DCError
-
public final class DCError extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFeatureUnsupportedstatic longInvalidInputstatic longInvalidKeystatic longServerUnavailablestatic longUnknownSystemFailure
-
-
-
Field Detail
-
UnknownSystemFailure
public static final long UnknownSystemFailure
- See Also:
- Constant Field Values
-
FeatureUnsupported
public static final long FeatureUnsupported
- See Also:
- Constant Field Values
-
InvalidInput
public static final long InvalidInput
- See Also:
- Constant Field Values
-
InvalidKey
public static final long InvalidKey
- See Also:
- Constant Field Values
-
ServerUnavailable
public static final long ServerUnavailable
- See Also:
- Constant Field Values
-
-