Uses of Class
org.odpi.openmetadata.userinterface.uichassis.springboot.api.UserInterfaceErrorCodes
-
Packages that use UserInterfaceErrorCodes Package Description org.odpi.openmetadata.userinterface.uichassis.springboot.api org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions -
-
Uses of UserInterfaceErrorCodes in org.odpi.openmetadata.userinterface.uichassis.springboot.api
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.api that return UserInterfaceErrorCodes Modifier and Type Method Description static UserInterfaceErrorCodesUserInterfaceErrorCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static UserInterfaceErrorCodes[]UserInterfaceErrorCodes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.api with parameters of type UserInterfaceErrorCodes Modifier and Type Method Description Map<String,Object>CustomErrorAttributes. getErrorAttributes(org.springframework.web.context.request.WebRequest webRequest, UserInterfaceErrorCodes errorCode) -
Uses of UserInterfaceErrorCodes in org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions that return UserInterfaceErrorCodes Modifier and Type Method Description UserInterfaceErrorCodesBadRequestException. getErrorCode()Constructors in org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions with parameters of type UserInterfaceErrorCodes Constructor Description BadRequestException(UserInterfaceErrorCodes errorCode, String message)
-