Module: Peddler::Errors Private

Defined in:
lib/peddler/errors/error.rb,
lib/peddler/errors/parser.rb,
lib/peddler/errors/builder.rb,
lib/peddler/errors/handler.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, Error, Handler, 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.

Known codes

%w(
  AccessDenied
  InvalidMarketplace
  InvalidParameterValue
  InvalidRequest
  MalformedInput
  QuotaExceeded
  RequestThrottled
).freeze