FeignException bytebuffer to String

String s = StandardCharsets.UTF_8.decode(byteBuffer).toString();
Thankful Tarantula