public class AbstractProtocolResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
errorCode
CAS protocol error code populated on failure.
|
private String |
errorDetail
CAS protocol error detail populated on failure.
|
| Constructor and Description |
|---|
AbstractProtocolResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getErrorDetail() |
void |
setErrorCode(String code) |
void |
setErrorDetail(String code) |
Copyright © 1999–2015. All rights reserved.