gRPC

12 UNIMPLEMENTED

The operation is not implemented or is not supported/enabled in this service.

Wenn Sie diesen Code sehen

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.

Wie man es behebt

Verify the server version supports the method you're calling. Update the server to implement the missing method, or use an alternative endpoint.

Spezifikation

RFC / Spezifikation anzeigen →

Protokollübergreifende Entsprechungen

Anleitungen

Glossar