Package co.ankatech.ankasecure.sdk.internal.util
package co.ankatech.ankasecure.sdk.internal.util
-
ClassesClassDescriptionUtility class for translating any checked or runtime exception (including OpenAPI
ApiException
) into a uniformAnkaSecureSdkException
, enriched with: HTTP status code (if available) Raw response body (if available) Human-readable message, optionally localized SDK-specific error code classification Arbitrary context data for diagnosticsThread-safe JSON helper with a single, sharedObjectMapper
.Multipart splitter for streaming JWET filesHolder for the two extracted parts.Utility wrapper that executes a lambda calling the OpenAPI client and uniformly maps anyApiException
(or runtime failure) toAnkaSecureSdkException
viaExceptionTranslator
.Small aggregation helpers shared by impl classes.