github.com/jackc/pgproto3/v2.ErrorResponse.Detail (field)

5 uses

	github.com/jackc/pgproto3/v2 (current package)
		error_response.go#L13: 	Detail           string
		error_response.go#L64: 			dst.Detail = v
		error_response.go#L136: 	if src.Detail != "" {
		error_response.go#L138: 		buf.WriteString(src.Detail)

	github.com/jackc/pgconn
		pgconn.go#L804: 		Detail:           string(msg.Detail),