Serialized Form
-
Package co.ankatech.ankasecure.sdk.exception
-
Exception Class co.ankatech.ankasecure.sdk.exception.AnkaSecureSdkException
class AnkaSecureSdkException extends RuntimeException implements Serializable-
Serialized Fields
-
context
Map<String,
String> context Arbitrary context information as key-value pairs, useful for diagnostics. -
errorCode
SdkErrorCode errorCode
A specific SDK error code categorizing the failure. -
httpStatus
int httpStatus
The HTTP status code returned by the remote service. -
responseBody
String responseBody
The full response body returned by the remote service.
-
-
-
Exception Class co.ankatech.ankasecure.sdk.exception.CryptoOperationException
class CryptoOperationException extends RuntimeException implements Serializable -
Exception Class co.ankatech.ankasecure.sdk.exception.InvalidInputException
class InvalidInputException extends RuntimeException implements Serializable
-