Typed Inttegro domain value.
@type t() :: %Inttegro.Files.FileLatestError{ at: String.t() | nil, code: String.t() | nil, message: String.t() | nil, retryable: boolean() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()