| Package | Description |
|---|---|
| com.plaid.client.model |
| Modifier and Type | Method and Description |
|---|---|
CreditSessionError |
CreditSessionError.displayMessage(String displayMessage) |
CreditSessionError |
CreditSessionError.errorCode(String errorCode) |
CreditSessionError |
CreditSessionError.errorMessage(String errorMessage) |
CreditSessionError |
CreditSessionError.errorType(String errorType) |
| Modifier and Type | Method and Description |
|---|---|
List<CreditSessionError> |
CreditSession.getErrors()
The set of errors that occurred during the Link session.
|
| Modifier and Type | Method and Description |
|---|---|
CreditSession |
CreditSession.addErrorsItem(CreditSessionError errorsItem) |
| Modifier and Type | Method and Description |
|---|---|
CreditSession |
CreditSession.errors(List<CreditSessionError> errors) |
void |
CreditSession.setErrors(List<CreditSessionError> errors) |
Copyright © 2017–2023 Plaid Inc.. All rights reserved.