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