Represents a failure while converting a raw Redis reply to a typed response.
@type t() :: %Redis.ResponseError{ __exception__: true, command: [term()] | nil, reason: term(), response: term() }