Interface GraphQLErrorObject

All Known Subinterfaces:
GraphQLAnonymousIdAlreadyInUseError, GraphQLAssociateMissingPermissionError, GraphQLAttributeDefinitionAlreadyExistsError, GraphQLAttributeDefinitionTypeConflictError, GraphQLAttributeNameDoesNotExistError, GraphQLBadGatewayError, GraphQLConcurrentModificationError, GraphQLContentTooLargeError, GraphQLCountryNotConfiguredInStoreError, GraphQLDiscountCodeNonApplicableError, GraphQLDuplicateAttributeValueError, GraphQLDuplicateAttributeValuesError, GraphQLDuplicateEnumValuesError, GraphQLDuplicateFieldError, GraphQLDuplicateFieldWithConflictingResourceError, GraphQLDuplicatePriceKeyError, GraphQLDuplicatePriceScopeError, GraphQLDuplicateStandalonePriceScopeError, GraphQLDuplicateVariantValuesError, GraphQLEditPreviewFailedError, GraphQLEnumKeyAlreadyExistsError, GraphQLEnumKeyDoesNotExistError, GraphQLEnumValueIsUsedError, GraphQLEnumValuesMustMatchError, GraphQLExtensionBadResponseError, GraphQLExtensionNoResponseError, GraphQLExtensionPredicateEvaluationFailedError, GraphQLExtensionUpdateActionsFailedError, GraphQLExternalOAuthFailedError, GraphQLFeatureRemovedError, GraphQLGeneralError, GraphQLInsufficientScopeError, GraphQLInternalConstraintViolatedError, GraphQLInvalidCredentialsError, GraphQLInvalidCurrentPasswordError, GraphQLInvalidFieldError, GraphQLInvalidInputError, GraphQLInvalidItemShippingDetailsError, GraphQLInvalidJsonInputError, GraphQLInvalidOperationError, GraphQLInvalidSubjectError, GraphQLInvalidTokenError, GraphQLLanguageUsedInStoresError, GraphQLLockedFieldError, GraphQLMatchingPriceNotFoundError, GraphQLMaxCartDiscountsReachedError, GraphQLMaxResourceLimitExceededError, GraphQLMaxStoreReferencesReachedError, GraphQLMissingRoleOnChannelError, GraphQLMissingTaxRateForCountryError, GraphQLMoneyOverflowError, GraphQLNoMatchingProductDiscountFoundError, GraphQLObjectNotFoundError, GraphQLOutOfStockError, GraphQLOverCapacityError, GraphQLOverlappingStandalonePriceValidityError, GraphQLPendingOperationError, GraphQLPriceChangedError, GraphQLProductAssignmentMissingError, GraphQLProductPresentWithDifferentVariantSelectionError, GraphQLProjectNotConfiguredForLanguagesError, GraphQLQueryComplexityLimitExceededError, GraphQLQueryTimedOutError, GraphQLReferencedResourceNotFoundError, GraphQLReferenceExistsError, GraphQLRequiredFieldError, GraphQLResourceNotFoundError, GraphQLResourceSizeLimitExceededError, GraphQLSearchDeactivatedError, GraphQLSearchExecutionFailureError, GraphQLSearchFacetPathNotFoundError, GraphQLSearchIndexingInProgressError, GraphQLSemanticErrorError, GraphQLShippingMethodDoesNotMatchCartError, GraphQLStoreCartDiscountsLimitReachedError, GraphQLSyntaxErrorError

public interface GraphQLErrorObject

Represents a single error.


Example to create a subtype instance using the builder pattern

     GraphQLErrorObject graphQLErrorObject = GraphQLErrorObject.anonymousIdAlreadyInUseBuilder()
             .build()