The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tinkerforge::Error - Used for all error reporting

CONSTANTS

ALREADY_CONNECTED

Possible return value of the get_code() subroutine.

NOT_CONNECTED

Possible return value of the get_code() subroutine.

CONNECT_FAILED

Possible return value of the get_code() subroutine.

NO_THREAD

Possible return value of the get_code() subroutine.

INVALID_FUNCTION_ID

Possible return value of the get_code() subroutine.

TIMEOUT

Possible return value of the get_code() subroutine.

INVALID_PARAMETER

Possible return value of the get_code() subroutine.

FUNCTION_NOT_SUPPORTED

Possible return value of the get_code() subroutine.

UNKNOWN_ERROR

Possible return value of the get_code() subroutine.

STREAM_OUT_OF_SYNC

Possible return value of the get_code() subroutine.

FUCNTIONS

get_code()

Returns the code of this error.

get_message()

Returns the message of this error.