Package apple.vision.enums
Class VNErrorCode
- java.lang.Object
-
- apple.vision.enums.VNErrorCode
-
public final class VNErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDataUnavailablestatic longInternalErrorstatic longInvalidArgumentstatic longInvalidFormatstatic longInvalidImagestatic longInvalidModelstatic longInvalidOperationstatic longInvalidOptionstatic longIOErrorstatic longMissingOptionstatic longNotImplementedstatic longOKstatic longOperationFailedstatic longOutOfBoundsErrorstatic longOutOfMemorystatic longRequestCancelledstatic longTimeStampNotFoundstatic longUnknownErrorstatic longUnsupportedRevision
-
-
-
Field Detail
-
OK
public static final long OK
- See Also:
- Constant Field Values
-
RequestCancelled
public static final long RequestCancelled
- See Also:
- Constant Field Values
-
InvalidFormat
public static final long InvalidFormat
- See Also:
- Constant Field Values
-
OperationFailed
public static final long OperationFailed
- See Also:
- Constant Field Values
-
OutOfBoundsError
public static final long OutOfBoundsError
- See Also:
- Constant Field Values
-
InvalidOption
public static final long InvalidOption
- See Also:
- Constant Field Values
-
IOError
public static final long IOError
- See Also:
- Constant Field Values
-
MissingOption
public static final long MissingOption
- See Also:
- Constant Field Values
-
NotImplemented
public static final long NotImplemented
- See Also:
- Constant Field Values
-
InternalError
public static final long InternalError
- See Also:
- Constant Field Values
-
OutOfMemory
public static final long OutOfMemory
- See Also:
- Constant Field Values
-
UnknownError
public static final long UnknownError
- See Also:
- Constant Field Values
-
InvalidOperation
public static final long InvalidOperation
- See Also:
- Constant Field Values
-
InvalidImage
public static final long InvalidImage
- See Also:
- Constant Field Values
-
InvalidArgument
public static final long InvalidArgument
- See Also:
- Constant Field Values
-
InvalidModel
public static final long InvalidModel
- See Also:
- Constant Field Values
-
UnsupportedRevision
public static final long UnsupportedRevision
- See Also:
- Constant Field Values
-
DataUnavailable
public static final long DataUnavailable
- See Also:
- Constant Field Values
-
TimeStampNotFound
public static final long TimeStampNotFound
- See Also:
- Constant Field Values
-
-