Uses of Enum Class
org.mockserver.grpc.connect.ConnectError.Code
Packages that use ConnectError.Code
-
Uses of ConnectError.Code in org.mockserver.grpc.connect
Methods in org.mockserver.grpc.connect that return ConnectError.CodeModifier and TypeMethodDescriptionstatic ConnectError.CodeConnectError.Code.fromString(String value) Resolves a ConnectConnectError.Codefrom either its wire form (not_found) or the equivalent gRPC status name (NOT_FOUND).static ConnectError.CodeReturns the enum constant of this class with the specified name.static ConnectError.Code[]ConnectError.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.grpc.connect with parameters of type ConnectError.CodeModifier and TypeMethodDescriptionstatic ConnectErrorConnectError.connectError(ConnectError.Code code, String message) static HttpResponseConnectResponse.error(ConnectError.Code code, String message) Shorthand forConnectResponse.error(ConnectError)from aConnectError.Codeand message.Constructors in org.mockserver.grpc.connect with parameters of type ConnectError.Code