Revert "[objc] Changing GRPCErrorCode enum base type to int32_t (#27908)" (#27921)

This reverts commit 6b916984a8.
pull/27924/head
Denny C. Dai 3 years ago committed by GitHub
parent 6b916984a8
commit 596b919707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/objective-c/GRPCClient/GRPCTypes.h

@ -23,7 +23,7 @@
* Note that a few of these are never produced by the gRPC libraries, but are of
* general utility for server applications to produce.
*/
typedef NS_ENUM(int32_t, GRPCErrorCode) {
typedef NS_ENUM(NSUInteger, GRPCErrorCode) {
/** The operation was cancelled (typically by the caller). */
GRPCErrorCodeCancelled = 1,

Loading…
Cancel
Save