Uses of Enum Class
co.ankatech.ankasecure.sdk.exception.SdkErrorCode
Packages that use SdkErrorCode
-
Uses of SdkErrorCode in co.ankatech.ankasecure.sdk.exception
Subclasses with type arguments of type SdkErrorCode in co.ankatech.ankasecure.sdk.exceptionModifier and TypeClassDescriptionenum
High-level, protocol-agnostic error categories recognised by the SDK.Methods in co.ankatech.ankasecure.sdk.exception that return SdkErrorCodeModifier and TypeMethodDescriptionAnkaSecureSdkException.getErrorCode()
Returns the specific SDK error code categorizing this failure.static SdkErrorCode
Returns the enum constant of this class with the specified name.static SdkErrorCode[]
SdkErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in co.ankatech.ankasecure.sdk.exception with parameters of type SdkErrorCodeModifierConstructorDescriptionAnkaSecureSdkException
(String message, int httpStatus, String responseBody, Throwable cause, Map<String, String> context, SdkErrorCode errorCode) Constructs a new SDK exception with the specified message, HTTP status, response body, cause, context, and a specific SDK error code.