Represents an error that occurred while parsing the API response.
@type t() :: %Deputy.Error.ParseError{ __exception__: true, message: String.t(), raw_data: any() }