Module: Peddler::Errors Private

Defined in:
lib/peddler/errors/error.rb,
lib/peddler/errors/parser.rb,
lib/peddler/errors/builder.rb,
lib/peddler/errors/class_generator.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: Builder, ClassGenerator, Error, Parser

Constant Summary collapse

CODES =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

These error codes are common to all Amazon MWS API sections.

%w[
  AccessDenied
  InputStreamDisconnected
  InternalError
  InvalidAccessKeyId
  InvalidAddress
  InvalidParameterValue
  QuotaExceeded
  RequestThrottled
  SignatureDoesNotMatch
].freeze