Go to the source code of this file.
Classes | |
class | GPBMessage |
Functions | |
typedef | NS_ENUM (NSInteger, GPBMessageErrorCode) |
Variables | |
NSString *const | GPBErrorReasonKey |
NS_ASSUME_NONNULL_BEGIN CF_EXTERN_C_BEGIN NSString *const | GPBMessageErrorDomain |
typedef NS_ENUM | ( | NSInteger | , |
GPBMessageErrorCode | |||
) |
Error codes for NSErrors originated in GPBMessage.
Uncategorized error.
Message couldn't be serialized because it is missing required fields.
Definition at line 51 of file bloaty/third_party/protobuf/objectivec/GPBMessage.h.
NSString* const GPBErrorReasonKey |
Key under which the GPBMessage error's reason is stored inside the userInfo dictionary.
NS_ASSUME_NONNULL_BEGIN CF_EXTERN_C_BEGIN NSString* const GPBMessageErrorDomain |
NSError domain used for errors.