Uses of Enum Class
org.jclouds.cloudstack.domain.AsyncJobError.ErrorCode
Packages that use AsyncJobError.ErrorCode
-
Uses of AsyncJobError.ErrorCode in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as AsyncJobError.ErrorCodeModifier and TypeFieldDescriptionprotected AsyncJobError.ErrorCode
AsyncJobError.Builder.errorCode
Methods in org.jclouds.cloudstack.domain that return AsyncJobError.ErrorCodeModifier and TypeMethodDescriptionstatic AsyncJobError.ErrorCode
AsyncJobError.getErrorCode()
static AsyncJobError.ErrorCode
Returns the enum constant of this class with the specified name.static AsyncJobError.ErrorCode[]
AsyncJobError.ErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type AsyncJobError.ErrorCodeModifier and TypeMethodDescriptionAsyncJobError.Builder.errorCode
(AsyncJobError.ErrorCode errorCode) Constructors in org.jclouds.cloudstack.domain with parameters of type AsyncJobError.ErrorCodeModifierConstructorDescriptionprotected
AsyncJobError
(AsyncJobError.ErrorCode errorCode, String errorText)