Class: ServerReplyException
This exception is thrown when the server replies with an error.
@interface ServerReplyException : NSException
Properties
errordetails
Details about the error if they are sent from the server.
@property (nonatomic, strong, readonly, nullable) NSArray<NSString*>* errorDetails;
Loading...
There was a problem loading this topic