SignalCredentialRateLimitExceededException


class SignalCredentialRateLimitExceededException : SignalCredentialStateException


This is thrown when the signal credential state operation failed because the app has exceeded the number of allowed signal API calls within a given time period

Summary

Public constructors

SignalCredentialRateLimitExceededException(
    retryMillis: Long,
    errorMessage: CharSequence?
)

Public properties

Long

the recommended time in milliseconds to wait before retrying the operation

Inherited properties

From kotlin.Throwable

Public constructors

SignalCredentialRateLimitExceededException

Added in 1.6.0-rc01
SignalCredentialRateLimitExceededException(
    retryMillis: Long,
    errorMessage: CharSequence? = null
)

Public properties

retryMillis

Added in 1.6.0-rc01
val retryMillisLong

the recommended time in milliseconds to wait before retrying the operation