FirebasePnvStatusCodes

objectFirebasePnvStatusCodes :CommonStatusCodes


Status codes for Firebase PNV.

Summary

Constants

constInt

Firebase PNV status codes.

constInt
constInt
constInt
constInt
constInt

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.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-15 UTC.