Uses of Enum Class
com.yahoo.vespa.http.client.core.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in com.yahoo.vespa.http.client.core
Fields in com.yahoo.vespa.http.client.core declared as ErrorCodeMethods in com.yahoo.vespa.http.client.core that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.http.client.core with parameters of type ErrorCodeModifierConstructorDescriptionOperationStatus(String message, String operationId, ErrorCode errorCode, boolean isConditionNotMet, String traceMessage) Constructor