Reasons why content generation was blocked.
@type t() :: :unspecified | :safety | :other | :blocklist | :prohibited_content | :spii | :image_safety
@spec from_api(String.t() | nil) :: t() | nil
@spec to_api(t()) :: String.t()