Uses of Class
io.apicurio.registry.ccompat.rest.error.ErrorCode
-
Packages that use ErrorCode Package Description io.apicurio.registry.ccompat.rest.error -
-
Uses of ErrorCode in io.apicurio.registry.ccompat.rest.error
Methods in io.apicurio.registry.ccompat.rest.error that return ErrorCode Modifier and Type Method Description static ErrorCode
ErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorCode[]
ErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-