MPIdentityHTTPErrorResponse Class Reference

Inherits from NSObject
Declared in MPIdentityApi.h

Overview

An object returned when an identity request fails for some reason. Passed to handler for both client and server errors.

  httpCode

The http response code for errors returned by the server according to RFC 2616 Section 10.

@property (nonatomic) NSInteger httpCode

Discussion

The http response code for errors returned by the server according to RFC 2616 Section 10.

Declared In

MPIdentityApi.h

  code

A custom error code enumeration providing a detailed reason why the request failed.

@property (nonatomic) MPIdentityErrorResponseCode code

Discussion

A custom error code enumeration providing a detailed reason why the request failed.

Declared In

MPIdentityApi.h

  message

A human readable description of the error.

@property (nonatomic, nullable) NSString *message

Discussion

A human readable description of the error.

Declared In

MPIdentityApi.h

  innerError

The raw NSError object returned by the system networking frameworks, if applicable.

@property (nonatomic, nullable) NSError *innerError

Discussion

The raw NSError object returned by the system networking frameworks, if applicable.

Declared In

MPIdentityApi.h