PinterestUrlNormalizer.Error exception (Pinterest URL Normalizer v0.1.0)

Copy Markdown View Source

An error returned for an invalid or unsupported Pinterest URL.

Summary

Types

t()

@type t() :: %PinterestUrlNormalizer.Error{
  __exception__: term(),
  code: :invalid_url | :unsupported_url,
  message: String.t()
}