FormError.ErrorCode

public static abstract @interface FormError.ErrorCode implements Annotation

Error code values.

Constant Summary

int INTERNAL_ERROR Internal error.
int INTERNET_ERROR There was an error loading data from the network.
int INVALID_OPERATION Invalid operation.
int TIME_OUT The operation has timed out.

Inherited Method Summary

Constants

public static final int INTERNAL_ERROR

Internal error.

Constant Value: 1

public static final int INTERNET_ERROR

There was an error loading data from the network.

Constant Value: 2

public static final int INVALID_OPERATION

Invalid operation. The SDK is being invoked incorrectly.

Constant Value: 3

public static final int TIME_OUT

The operation has timed out.

Constant Value: 4