AppEngageErrorCode


@Retention(value = RetentionPolicy.SOURCE)
@IntDef(value = [AppEngageErrorCode.NO_ERROR, AppEngageErrorCode.SERVICE_NOT_FOUND, AppEngageErrorCode.SERVICE_NOT_AVAILABLE, AppEngageErrorCode.SERVICE_CALL_EXECUTION_FAILURE, AppEngageErrorCode.SERVICE_CALL_PERMISSION_DENIED, AppEngageErrorCode.SERVICE_CALL_INVALID_ARGUMENT, AppEngageErrorCode.SERVICE_CALL_INTERNAL, AppEngageErrorCode.SERVICE_CALL_RESOURCE_EXHAUSTED])
annotation AppEngageErrorCode


Error code raised when sending request to AppEngageService.

Summary

Constants

const Int
const Int
const Int
const Int
const Int

Service call succeeds but error is returned from the server.

const Int
const Int
const Int

Service call doesn't succeed.

Constants

NO_ERROR

const val NO_ERROR = 0: Int

SERVICE_CALL_EXECUTION_FAILURE

const val SERVICE_CALL_EXECUTION_FAILURE = 3: Int

SERVICE_CALL_INTERNAL

const val SERVICE_CALL_INTERNAL = 6: Int

SERVICE_CALL_INVALID_ARGUMENT

const val SERVICE_CALL_INVALID_ARGUMENT = 5: Int

SERVICE_CALL_PERMISSION_DENIED

const val SERVICE_CALL_PERMISSION_DENIED = 4: Int

Service call succeeds but error is returned from the server.

SERVICE_CALL_RESOURCE_EXHAUSTED

const val SERVICE_CALL_RESOURCE_EXHAUSTED = 7: Int

SERVICE_NOT_AVAILABLE

const val SERVICE_NOT_AVAILABLE = 2: Int

SERVICE_NOT_FOUND

const val SERVICE_NOT_FOUND = 1: Int

Service call doesn't succeed.