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