Deputy.Error.RateLimitError exception (Deputy v0.2.1)

View Source

Represents a rate limit error from the Deputy API.

Summary

Types

t()

@type t() :: %Deputy.Error.RateLimitError{
  __exception__: true,
  limit: integer() | nil,
  remaining: integer() | nil,
  retry_after: integer() | nil
}

Functions

message(rate_limit_error)

Callback implementation for Exception.message/1.