Uses of Enum Class
io.grpc.Status.Code
Packages that use Status.Code
-
Uses of Status.Code in io.grpc
Methods in io.grpc that return Status.CodeModifier and TypeMethodDescriptionStatus.getCode()
The canonical status code.static Status.Code
Returns the enum constant of this class with the specified name.static Status.Code[]
Status.Code.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.grpc with parameters of type Status.CodeModifier and TypeMethodDescriptionstatic Status
Status.fromCode
(Status.Code code) Return aStatus
given a canonical errorStatus.Code
object.