FirebasePnvStatusCodes

object FirebasePnvStatusCodes : CommonStatusCodes


Status codes for Firebase PNV.

Summary

Constants

const Int

Firebase PNV status codes.

const Int
const Int
const Int
const Int
const Int

Public functions

String
getMessage(errorCode: Int)

Returns the message for the given error code.

Constants

CARRIER_NOT_SUPPORTED

const val CARRIER_NOT_SUPPORTED = 55501: Int

Firebase PNV status codes. Range: 55500 to 55999

----------------------------------------------

CREDENTIAL_MANAGER_ERROR

const val CREDENTIAL_MANAGER_ERROR = 55506: Int

INTEGRITY_CHECK_FAILED

const val INTEGRITY_CHECK_FAILED = 55503: Int

INVALID_DIGITAL_CREDENTIAL_RESPONSE

const val INVALID_DIGITAL_CREDENTIAL_RESPONSE = 55502: Int

PREFLIGHT_CHECK_FAILED

const val PREFLIGHT_CHECK_FAILED = 55504: Int

UNSUPPORTED_OPERATION

const val UNSUPPORTED_OPERATION = 55505: Int

Public functions

getMessage

fun getMessage(errorCode: Int): String

Returns the message for the given error code.

Parameters
errorCode: Int

The error code to get the message for.

Returns
String

The message for the given error code.