Uses of Class
org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorErrorCode
-
Packages that use OpenAPIIntegrationConnectorErrorCode Package Description org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc FFDC stands for First Failure Data Capture. -
-
Uses of OpenAPIIntegrationConnectorErrorCode in org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc
Methods in org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc that return OpenAPIIntegrationConnectorErrorCode Modifier and Type Method Description static OpenAPIIntegrationConnectorErrorCodeOpenAPIIntegrationConnectorErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenAPIIntegrationConnectorErrorCode[]OpenAPIIntegrationConnectorErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-