ONGFetchResourceImplicitlyError Constants Reference

Declared in ONGErrors.h

ONGFetchResourceImplicitlyError

Definition

typedef NS_ENUM(ONGErrorCode, ONGFetchResourceImplicitlyError ) {
   ONGFetchImplicitResourceErrorUserNotAuthenticatedImplicitly = 9026,
   ONGFetchImplicitResourceErrorInvalidMethod = 10010,
   ONGFetchImplicitResourceErrorInvalidHeaders = 10019,
};

Constants

ONGFetchImplicitResourceErrorUserNotAuthenticatedImplicitly

No user is currently authenticated implicitly, possibly due to the fact that the implicit access token has expired. A user must be authenticated in order to fetch resources.

Declared In ONGErrors.h.

ONGFetchImplicitResourceErrorInvalidMethod

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

Declared In ONGErrors.h.

ONGFetchImplicitResourceErrorInvalidHeaders

provided request headers are not valid

Declared In ONGErrors.h.