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

pull/27921/head
Denny C. Dai 3 years ago committed by GitHub
parent 826b888e75
commit 6b916984a8
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(NSUInteger, GRPCErrorCode) {
typedef NS_ENUM(int32_t, GRPCErrorCode) {
/** The operation was cancelled (typically by the caller). */
GRPCErrorCodeCancelled = 1,

Loading…
Cancel
Save