}
return fmt.Sprintf("unknown or unsupported encoding type %v, supported types: %v",
e.providedType,
strings.Join(e.expectedEncodingStr, ","),
)
}
// IsTerminalTaskError informs our task processing subsystem that it is impossible