It appears to be just a string, that is why it fails.
But in the controller, it is an array:
$request->session()->get('errors')
array (
0 => 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select * from things' at line 1 (SQL: select * from migrations; select * from things)',
)
That's the easiest and most preferred way to go about it :)
Just that it will work with all sort of redirect-response only. (ignore the last part, if that doesn't concern you)