public class BrazeSdkAuthenticationErrorEvent
extends java.lang.Object
Constructor and Description |
---|
BrazeSdkAuthenticationErrorEvent(SdkAuthError sdkAuthError) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Error code describing the cause of the signature authentication failure.
|
java.lang.String |
getErrorReason()
Human-readable cause of the signature authentication failure.
|
long |
getRequestInitiationTime()
Returns the unix timestamp (in seconds) of the request.
|
java.lang.String |
getSignature()
The signature present on the request that failed.
|
java.lang.String |
getUserId()
The external user id on the failed request.
|
java.lang.String |
toString() |
public BrazeSdkAuthenticationErrorEvent(SdkAuthError sdkAuthError)
public java.lang.String getErrorReason()
public int getErrorCode()
public java.lang.String getSignature()
public long getRequestInitiationTime()
public java.lang.String getUserId()
public java.lang.String toString()
toString
in class java.lang.Object