IncomingCallRetrieverStatusCodes

object IncomingCallRetrieverStatusCodes : CommonStatusCodes


Incoming call verification specific status codes.

Summary

Constants

const Int

The API is currently unavailable.

const Int

Concurrent requests are not allowed.

const Int

Failure is unspecified.

const Int

Invalid phone number range passed.

const Int

The device is currently in an emergency call.

const Int

The rate limit for API calls has been reached.

const Int

The API is currently unavailable.

const Int

User consent not given for reading next incoming phone number.

Public functions

String

Returns a human-readable string based on the given status code.

Constants

API_UNAVAILABLE

const val API_UNAVAILABLE = 53003: Int

The API is currently unavailable.

CONCURRENT_REQUESTS

const val CONCURRENT_REQUESTS = 53001: Int

Concurrent requests are not allowed.

FAILURE_OTHER

const val FAILURE_OTHER = 53008: Int

Failure is unspecified.

INVALID_PHONE_NUMBER_RANGE

const val INVALID_PHONE_NUMBER_RANGE = 53006: Int

Invalid phone number range passed.

IN_EMERGENCY_CALL

const val IN_EMERGENCY_CALL = 53002: Int

The device is currently in an emergency call.

RATE_LIMIT_REACHED

const val RATE_LIMIT_REACHED = 53004: Int

The rate limit for API calls has been reached.

TELEPHONY_FEATURE_UNAVAILABLE

const val TELEPHONY_FEATURE_UNAVAILABLE = 53005: Int

The API is currently unavailable.

const val USER_CONSENT_DENIED = 53007: Int

User consent not given for reading next incoming phone number.

Public functions

getVerificationStatusCodeString

fun getVerificationStatusCodeString(statusCode: Int): String

Returns a human-readable string based on the given status code.