Uses of Enum Class
dev.tachyonmcp.api.server.domain.ServerError.Kind
Packages that use ServerError.Kind
-
Uses of ServerError.Kind in dev.tachyonmcp.api.server.domain
Methods in dev.tachyonmcp.api.server.domain that return ServerError.KindModifier and TypeMethodDescriptionServerError.kind()Returns the value of thekindrecord component.static ServerError.KindReturns the enum constant of this class with the specified name.static ServerError.Kind[]ServerError.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.tachyonmcp.api.server.domain with parameters of type ServerError.KindModifierConstructorDescriptionServerError(ServerError.Kind kind, String message) ServerError(ServerError.Kind kind, String message, @Nullable Object data) Creates an instance of aServerErrorrecord class.