Uses of Class
io.grpc.Status.Code
-
Packages that use Status.Code Package Description io.grpc The gRPC core public API. -
-
Uses of Status.Code in io.grpc
Methods in io.grpc that return Status.Code Modifier and Type Method Description Status.CodeStatus. getCode()The canonical status code.static Status.CodeStatus.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static Status.Code[]Status.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc with parameters of type Status.Code Modifier and Type Method Description static StatusStatus. fromCode(Status.Code code)Return aStatusgiven a canonical errorStatus.Codeobject.
-