Package | Description |
---|---|
com.bluefin.decryptx | |
com.bluefin.decryptx.model |
Modifier and Type | Method and Description |
---|---|
static DecryptxError |
ApiExceptionUtils.getDecryptxError(ApiException e) |
Modifier and Type | Method and Description |
---|---|
DecryptxError |
DecryptxError.errCode(Integer errCode)
Pragmatic code for specific failure reason.
|
DecryptxError |
DecryptxError.errMessage(String errMessage)
A human readable error message.
|
DecryptxError |
DecryptxError.messageId(String messageId)
Numeric identifier generated by Decryptx API for each request.
|
DecryptxError |
DecryptxError.reference(String reference)
If a reference value was provided in the request, it will be returned in the response.
|
DecryptxError |
DecryptxError.success(Boolean success)
True for successful calls, false for failed calls.
|
Copyright © 2018. All rights reserved.