public static class ServiceClientCallback.UbiErrorCodeResponse extends Object
UbiErrorCode
for a list of errors.Modifier and Type | Field and Description |
---|---|
UbiErrorCode |
errorCode |
String |
errorCodeDescription
An optional description of the error code.
|
Constructor and Description |
---|
UbiErrorCodeResponse(UbiErrorCode errorCode,
String errorCodeDescription) |
public final UbiErrorCode errorCode
public final String errorCodeDescription
public UbiErrorCodeResponse(UbiErrorCode errorCode, String errorCodeDescription)