Error metadata when extraction partially failed.
Matches the Rust ErrorMetadata struct.
ErrorMetadata
:error_type
:message
@type t() :: %Kreuzberg.ErrorMetadata{error_type: String.t(), message: String.t()}
@spec from_map(map()) :: t()
@spec to_map(t()) :: map()