Impact Acquire SDK Java
TImageDisplayError Class Reference

Defines valid error values for this module. More...

Static Public Attributes

static final int IDE_DirectDrawAccessFailed = acquireJNI.IDE_DirectDrawAccessFailed_get()
 Calling a DirectDraw® function did fail.
 
static final int IDE_InternalError = acquireJNI.IDE_InternalError_get()
 Unspecified internal error.
 
static final int IDE_InvalidHandle = acquireJNI.IDE_InvalidHandle_get()
 One or more of the handles passed to a function where invalid.
 
static final int IDE_NoError = acquireJNI.IDE_NoError_get()
 No error occurred since the last time the error code was queried.
 
static final int IDE_OutOfMemory = acquireJNI.IDE_OutOfMemory_get()
 There is not enough memory available to perform the requested operation.
 
static final int IDE_UpdateFailed = acquireJNI.IDE_UpdateFailed_get()
 The update failed.
 

Detailed Description

Defines valid error values for this module.

Member Data Documentation

◆ IDE_DirectDrawAccessFailed

final int IDE_DirectDrawAccessFailed = acquireJNI.IDE_DirectDrawAccessFailed_get()
static

Calling a DirectDraw® function did fail.

◆ IDE_InternalError

final int IDE_InternalError = acquireJNI.IDE_InternalError_get()
static

Unspecified internal error.

◆ IDE_InvalidHandle

final int IDE_InvalidHandle = acquireJNI.IDE_InvalidHandle_get()
static

One or more of the handles passed to a function where invalid.

◆ IDE_NoError

final int IDE_NoError = acquireJNI.IDE_NoError_get()
static

No error occurred since the last time the error code was queried.

◆ IDE_OutOfMemory

final int IDE_OutOfMemory = acquireJNI.IDE_OutOfMemory_get()
static

There is not enough memory available to perform the requested operation.

◆ IDE_UpdateFailed

final int IDE_UpdateFailed = acquireJNI.IDE_UpdateFailed_get()
static

The update failed.

This usually is an internal error but will also be returned when a raw buffer has been passed to the display module since it then is unclear how to draw it.