I'm using bun with with Microsoft sql and when my query returns an error from the database it returns it as a string without any error codes. I would like to use these error codes to return a status with grpc. Does bun handle these errors from the database or is this related to the go-mssqldb driver I am using?