ONGFetchUnauthenticatedResourceError Constants Reference

Declared in ONGErrors.h

ONGFetchUnauthenticatedResourceError

Error codes in ONGFetchUnauthenticatedResource

Definition

typedef NS_ENUM(ONGErrorCode, ONGFetchUnauthenticatedResourceError ) {
   ONGFetchUnauthenticatedResourceErrorInvalidMethod = 10010,
   ONGFetchUnauthenticatedResourceErrorInvalidHeaders = 10019,
};

Constants

ONGFetchUnauthenticatedResourceErrorInvalidMethod

provided request method is not valid, use one of @“GET”, @“POST”, @“DELETE”, @“PUT”

Declared In ONGErrors.h.

ONGFetchUnauthenticatedResourceErrorInvalidHeaders

provided request headers are not valid

Declared In ONGErrors.h.

Declared In

ONGErrors.h