Serialized Form
-
Package co.ankatech.ankasecure.sdk.exception
-
Exception Class AnkaSecureSdkException
class AnkaSecureSdkException extends RuntimeException implements Serializable-
Serialized Fields
-
responseBody
String responseBody
The raw response body returned by the server, which may contain an error message or JSON describing the failure. -
statusCode
int statusCode
The HTTP status code received from the remote server, e.g., 404 or 500.
-
-
-