public final class AuthApiError extends Object
Error for backwards-compatibility
reasons.| Constructor and Description |
|---|
AuthApiError(String description) |
| Modifier and Type | Method and Description |
|---|---|
AuthApiError |
description(String description)
A human readable description of the error state
|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getInternalCode() |
String |
getInternalTxId() |
int |
hashCode() |
AuthApiError |
internalCode(String internalCode)
The internal number referencing the error state
|
AuthApiError |
internalTxId(String internalTxId)
The internal tracking number of the request
|
void |
setDescription(String description) |
void |
setInternalCode(String internalCode) |
void |
setInternalTxId(String internalTxId) |
String |
toString() |
public AuthApiError(String description)
public AuthApiError description(String description)
public String getDescription()
public void setDescription(String description)
public AuthApiError internalCode(String internalCode)
public String getInternalCode()
public void setInternalCode(String internalCode)
public AuthApiError internalTxId(String internalTxId)
public String getInternalTxId()
public void setInternalTxId(String internalTxId)
Copyright © 2022. All rights reserved.