12 UNIMPLEMENTED
The operation is not implemented or is not supported/enabled in this service.
On this page
When You See This Code
The client called an RPC method that the server does not implement. This often happens when the client uses a newer proto definition than the server supports.
How to Fix
Verify the server version supports the method you're calling. Update the server to implement the missing method, or use an alternative endpoint.
Specification
Cross-Protocol Equivalents
Compare With
Guides
Specifications
Glossary
Frequently Asked Questions
What is gRPC 12 UNIMPLEMENTED?
The operation is not implemented or is not supported/enabled in this service.
When do you see gRPC 12 UNIMPLEMENTED?
The client called an RPC method that the server does not implement. This often happens when the client uses a newer proto definition than the server supports.
How to fix gRPC 12 UNIMPLEMENTED?
Verify the server version supports the method you're calling. Update the server to implement the missing method, or use an alternative endpoint.