github.com/jackc/pgx/v5/pgproto3.ExceededMaxBodyLenErr.ActualBodyLen (field)

2 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		pgproto3.go#L81: 	ActualBodyLen      int
		pgproto3.go#L85: 	return fmt.Sprintf("invalid body length: expected at most %d, but got %d", e.MaxExpectedBodyLen, e.ActualBodyLen)