Uses of Class
org.odpi.openmetadata.accessservices.discoveryengine.ffdc.DiscoveryEngineErrorCode
-
Packages that use DiscoveryEngineErrorCode Package Description org.odpi.openmetadata.accessservices.discoveryengine.ffdc This package provides the first failure data capture support for the Discovery Engine OMAS module. -
-
Uses of DiscoveryEngineErrorCode in org.odpi.openmetadata.accessservices.discoveryengine.ffdc
Methods in org.odpi.openmetadata.accessservices.discoveryengine.ffdc that return DiscoveryEngineErrorCode Modifier and Type Method Description static DiscoveryEngineErrorCodeDiscoveryEngineErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoveryEngineErrorCode[]DiscoveryEngineErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-