Composable Commerce PHP SDKPHP SDK
  • Namespace
  • Class
  • Tree

Namespaces

  • Commercetools
    • Commons
      • Helper
    • Core
      • Builder
        • Request
        • Update
      • Cache
      • Client
        • Adapter
        • OAuth
      • Error
      • Helper
        • Annotate
        • State
          • Renderer
        • Subscriber
          • Log
      • Model
        • ApiClient
        • Cart
        • CartDiscount
        • Category
        • Channel
        • Common
        • Customer
        • CustomerGroup
        • CustomField
        • CustomObject
        • DiscountCode
        • Extension
        • Inventory
        • Message
        • Order
        • OrderEdit
        • Payment
        • Product
          • Search
        • ProductDiscount
        • ProductSelection
        • ProductType
        • Project
        • Review
        • ShippingMethod
        • ShoppingList
        • State
        • Store
        • Subscription
        • TaxCategory
        • Type
        • Zone
      • Request
        • ApiClients
        • CartDiscounts
          • Command
        • Carts
          • Command
        • Categories
          • Command
        • Channels
          • Command
        • CustomerGroups
          • Command
        • Customers
          • Command
        • CustomField
          • Command
        • CustomObjects
        • DiscountCodes
          • Command
        • Extensions
          • Command
        • GraphQL
        • InStores
        • Inventory
          • Command
        • Me
          • Command
        • Messages
        • OrderEdits
          • Command
          • StagedOrder
            • Command
        • Orders
          • Command
        • Payments
          • Command
        • ProductDiscounts
          • Command
        • Products
          • Command
        • ProductSelections
          • Command
        • ProductTypes
          • Command
        • Project
          • Command
        • Query
        • Reviews
          • Command
        • ShippingMethods
          • Command
        • ShoppingLists
          • Command
        • States
          • Command
        • Stores
          • Command
        • Subscriptions
          • Command
        • TaxCategories
          • Command
        • Types
          • Command
        • Zones
          • Command
      • Response

Classes

  • AccessDeniedError
  • ApiError
  • ConcurrentModificationError
  • DiscountCodeNonApplicableError
  • DuplicateAttributeValueError
  • DuplicateAttributeValuesError
  • DuplicateFieldError
  • DuplicateFieldWithConflictingResourceError
  • DuplicatePriceScopeError
  • DuplicateVariantValuesError
  • EnumValueIsUsedError
  • ErrorContainer
  • InsufficientScopeError
  • InvalidCredentialsError
  • InvalidCurrentPasswordError
  • InvalidFieldError
  • InvalidItemShippingDetailsError
  • InvalidOperationError
  • InvalidSubjectError
  • InvalidTokenError
  • LanguageUsedInStoresError
  • MatchingPriceNotFoundError
  • Message
  • MissingRoleOnChannelError
  • MissingTaxRateForCountryError
  • NoMatchingProductDiscountFoundError
  • OutOfStockError
  • PriceChangedError
  • ProjectNotConfiguredForLanguagesError
  • QueryTimedOutError
  • RequiredFieldError
  • ResourceNotFoundError
  • ShippingMethodDoesNotMatchCartError

Exceptions

  • ApiException
  • ApiServiceException
  • BadGatewayException
  • BadRequestException
  • ClientErrorException
  • ConcurrentModificationException
  • DeprecatedException
  • ErrorResponseException
  • ForbiddenException
  • GatewayTimeoutException
  • InternalServerErrorException
  • InvalidArgumentException
  • InvalidClientCredentialsException
  • InvalidTokenException
  • NotFoundException
  • ServerErrorException
  • ServiceUnavailableException
  • UnauthorizedException
  • UpdateActionLimitException

Class Message

Namespace: Commercetools\Core\Error
Located at Core/Error/Message.php

Constants summary

string SETTER_NOT_IMPLEMENTED
# 'Setter for key %s not implemented'
string NO_CLIENT_ID
# 'No client id set'
string NO_CLIENT_SECRET
# 'No client secret set'
string NO_PROJECT_ID
# 'No project id set'
string INVALID_CACHE_ADAPTER
# 'No valid CacheAdapter found'
string NO_KEY_GIVEN
# 'No key given'
string NO_VALUE_FOR_LOCALE
# 'No value for locale set'
string AUTHENTICATION_FAIL
# 'Authentication failed: %s'
string UNKNOWN_METHOD
# 'Unknown method: %s'
string UNKNOWN_FIELD
# 'Unknown field: "%s" - called: %s(%s)'
string WRONG_TYPE
# 'Wrong type for field "%s". Expected %s.'
string WRONG_ARGUMENT_TYPE
# 'Wrong type for argument "%s". Expected %s.'
string EXPECTS_PARAMETER
# 'Excepts parameter "%s" to be %s, null given.'
string NO_LANGUAGES_PROVIDED
# 'No languages provided'
string DEPRECATED_METHOD
# 'Call "%s" with method "%s" is deprecated: "%s"'
string FUTURE_BAD_METHOD_CALL
# 'Trying to call a function for a non future request'
string UPDATE_ACTION_LIMIT_WARNING
# 'Update call %s has over %s update actions.'
string UPDATE_ACTION_LIMIT
# 'Update call %s over limit of %s update actions.'
PHP SDK API documentation generated by ApiGen