Serialized Form
-
Package co.ankatech.ankasecure.sdk.exception
-
Exception 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. -
retryAfterSeconds
Long retryAfterSeconds
The value of the server-providedRetry-Afterresponse header, in integer seconds.nullwhen the server did not send the header (or sent a non-integer form).
-
-
-
Exception co.ankatech.ankasecure.sdk.exception.CryptoOperationException
class CryptoOperationException extends RuntimeException implements Serializable -
Exception co.ankatech.ankasecure.sdk.exception.DestinationExistsException
class DestinationExistsException extends AnkaSecureSdkException implements Serializable -
Exception co.ankatech.ankasecure.sdk.exception.InvalidInputException
class InvalidInputException extends RuntimeException implements Serializable -
Exception co.ankatech.ankasecure.sdk.exception.PaginationCeilingExceededException
class PaginationCeilingExceededException extends RuntimeException implements Serializable-
Serialized Fields
-
totalElements
long totalElements
-
totalPages
int totalPages
-
-
-
Exception co.ankatech.ankasecure.sdk.exception.StaleSidecarException
class StaleSidecarException extends AnkaSecureSdkException implements Serializable -
Exception co.ankatech.ankasecure.sdk.exception.StreamIntegrityException
class StreamIntegrityException extends AnkaSecureSdkException implements Serializable-
Serialized Fields
-
correlationId
String correlationId
The request correlation id for cross-service tracing (may benull). -
operation
String operation
The operation whose verdict failed:decrypt/reencrypt/resign(may benull). -
reason
String reason
The server's oracle-safe reason (may benull). -
verdict
String verdict
The verdict outcome:INVALIDorABSENT(may benullwhen unknown).
-
-
-
Exception co.ankatech.ankasecure.sdk.exception.TokenRevokedException
class TokenRevokedException extends AnkaSecureSdkException implements Serializable
-