SignalCredentialRateLimitExceededException


public final class SignalCredentialRateLimitExceededException extends 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(
    long retryMillis,
    CharSequence errorMessage
)

Public methods

final long

the recommended time in milliseconds to wait before retrying the operation

Public constructors

SignalCredentialRateLimitExceededException

Added in 1.6.0-rc01
public SignalCredentialRateLimitExceededException(
    long retryMillis,
    CharSequence errorMessage
)

Public methods

getRetryMillis

Added in 1.6.0-rc01
public final long getRetryMillis()

the recommended time in milliseconds to wait before retrying the operation