Go to the source code of this file.
|
| __attribute__ (void) start |
| host parameter should not contain the scheme (http:// or https://), only the name or IP addr and the port number, for example "localhost:5050". More...
|
|
NSError * | ErrorForBadProto (id proto, Class expectedClass, NSError *parsingError) |
| Generate an NSError object that represents a failure in parsing a proto class. More...
|
|
◆ __attribute__()
host parameter should not contain the scheme (http:// or https://), only the name or IP addr and the port number, for example "localhost:5050".
◆ ErrorForBadProto()
NSError* ErrorForBadProto |
( |
id |
proto, |
|
|
Class |
expectedClass, |
|
|
NSError * |
parsingError |
|
) |
| |
Generate an NSError object that represents a failure in parsing a proto class.
For gRPC internal use only.