MppConsumerRequestError Class Reference
Inherits from | NSObject |
---|---|
Declared in | MppConsumerRequestError.h MppConsumerRequestError.m |
Other Methods
– initWithDictionary:
Creates consumer request error object with dictionary.
- (instancetype)initWithDictionary:(NSDictionary *)dict
Discussion
Creates consumer request error object with dictionary.
Declared In
MppConsumerRequestError.h
MppConsumerRequestError properties
field
Field name.
@property (nonatomic, copy, readonly, nonnull) NSString *field
Discussion
Field name.
Declared In
MppConsumerRequestError.h
reason
Reason of an error.
@property (nonatomic, copy, readonly, nonnull) NSString *reason
Discussion
Reason of an error.
Declared In
MppConsumerRequestError.h