Uses of Enum Class
cloud.quasarch.akash.impl.model.remote.AkashErrorType
Packages that use AkashErrorType
-
Uses of AkashErrorType in cloud.quasarch.akash.impl.model
Methods in cloud.quasarch.akash.impl.model that return AkashErrorTypeModifier and TypeMethodDescriptionOperationFailure.errorType()Returns the value of theerrorTyperecord component.Constructors in cloud.quasarch.akash.impl.model with parameters of type AkashErrorTypeModifierConstructorDescriptionOperationFailure(AkashErrorType errorType, String failureInnerMessage) Creates an instance of aOperationFailurerecord class. -
Uses of AkashErrorType in cloud.quasarch.akash.impl.model.remote
Methods in cloud.quasarch.akash.impl.model.remote that return AkashErrorTypeModifier and TypeMethodDescriptionstatic AkashErrorTypeReturns the enum constant of this class with the specified name.static AkashErrorType[]AkashErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.