Interface GraphQLInsufficientScopeError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLInsufficientScopeError extends GraphQLErrorObject

This error occurs when your API Client does not have the OAuth scope required for the endpoint. Use an API Client with the required permissions for this endpoint instead.


Example to create an instance using the builder pattern

     GraphQLInsufficientScopeError graphQLInsufficientScopeError = GraphQLInsufficientScopeError.builder()
             .build()