A typed error mirroring the serp.cheap API error taxonomy.
Whether the client retries this error automatically.
@type t() :: %SerpCheap.Error{ __exception__: true, code: String.t(), message: String.t(), retry_after_ms: integer() | nil, status: integer() | nil }
@spec retryable?(t()) :: boolean()